Commit f111cef0 authored by ulteq's avatar ulteq
Browse files

Fix indentation

parent b71d8407
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -821,8 +821,7 @@ void winwidget_resize(winwidget winwid, int w, int h, int force_resize)
		}
		if (winwid->full_screen) {
			XTranslateCoordinates(disp, winwid->win, attributes.root,
                        -attributes.border_width -
                        attributes.x,
						-attributes.border_width - attributes.x,
						-attributes.border_width - attributes.y, &tc_x, &tc_y, &dw);
			winwid->x = tc_x;
			winwid->y = tc_y;