missing type in declaration
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 12:58:21 +0000 (12:58 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 12:58:21 +0000 (12:58 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@45215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/engine_software_16_x11.c

index b760e03..dd95b6a 100644 (file)
@@ -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)