formatting the same as others
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 28 Feb 2010 06:54:15 +0000 (06:54 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 28 Feb 2010 06:54:15 +0000 (06:54 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@46637 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/engine_software_xlib.c

index 4e29380..cdd7841 100644 (file)
@@ -69,7 +69,8 @@ engine_software_xlib_args(const char *engine, int width, int height)
         Atom prop  = XInternAtom(disp, "_NET_WM_STATE", False);
         Atom state = XInternAtom(disp, "_NET_WM_STATE_FULLSCREEN", False);
         unsigned long data = state;
-        XChangeProperty(disp, win, prop, XA_ATOM, 32, PropModeReplace, &data, 1);
+        XChangeProperty(disp, win, prop, XA_ATOM, 32, PropModeReplace, 
+                        &data, 1);
      }
 
    XStoreName(disp, win, "Expedite - Evas Test Suite");