xfc->drawing = xfc->primary;
}
- if (!xfc->fullscreen)
- {
- if (xfc->window)
- xf_ResizeDesktopWindow(xfc, xfc->window, settings->DesktopWidth, settings->DesktopHeight);
- }
- else
- {
#ifdef WITH_XRENDER
if (!xfc->settings->SmartSizing)
{
xfc->scaledHeight = xfc->height;
}
#endif
+
+ if (!xfc->fullscreen)
+ {
+ if (xfc->window)
+ xf_ResizeDesktopWindow(xfc, xfc->window, settings->DesktopWidth, settings->DesktopHeight);
+ }
+ else
+ {
XSetFunction(xfc->display, xfc->gc, GXcopy);
XSetFillStyle(xfc->display, xfc->gc, FillSolid);
XSetForeground(xfc->display, xfc->gc, 0);