Commit 96034b01 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

winwidget_resize: Fix typo

parent bce95652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -773,7 +773,7 @@ void winwidget_resize(winwidget winwid, int w, int h)
			winwid->w = (w > scr->width) ? scr->width : w;
			winwid->h = (h > scr->height) ? scr->height : h;
		}
		if (winwid->fullscreen) {
		if (winwid->full_screen) {
			XGetWindowAttributes(disp, winwid->win, &attributes);
			XTranslateCoordinates(disp, winwid->win, attributes.root,
						-attributes.border_width -