]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Fix gcc warnings
[chaz/openbox] / openbox / screen.c
index 33acb4a16a2828f62bcd5bb769807be32f0eeff3..9295194e82048ee3b4548cd6c65661f5830a9939 100644 (file)
@@ -1327,8 +1327,9 @@ typedef struct {
 static void get_xinerama_screens(Rect **xin_areas, guint *nxin)
 {
     guint i;
-    gint n, l, r, t, b;
+    gint l, r, t, b;
 #ifdef XINERAMA
+    gint n;
     XineramaScreenInfo *info;
 #endif
 
This page took 0.016677 seconds and 4 git commands to generate.