Skip to content
Snippets Groups Projects
Commit 96034b01 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

winwidget_resize: Fix typo

parent bce95652
No related branches found
No related tags found
No related merge requests found
......@@ -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 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment