From 9469eef95c3a2874862dde694d66f9f4c3ac4add Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 16 Jan 2010 12:58:21 +0000 Subject: [PATCH] missing type in declaration SVN revision: 45215 --- src/bin/engine_software_16_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/engine_software_16_x11.c b/src/bin/engine_software_16_x11.c index b760e03..dd95b6a 100644 --- a/src/bin/engine_software_16_x11.c +++ b/src/bin/engine_software_16_x11.c @@ -6,7 +6,7 @@ static Display *disp = NULL; static Window win = 0; -static first_expose = 0; +static int first_expose = 0; int engine_software_16_x11_args(int argc, char **argv)