formatting the same as others

SVN revision: 46637
This commit is contained in:
Carsten Haitzler 2010-02-28 06:54:15 +00:00
parent 93485fde3f
commit 7d6a98e924
1 changed files with 2 additions and 1 deletions

View 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");