]> git.sur5r.net Git - i3/i3/commitdiff
Fix ‘FALSE’ undeclared (first use in this function) when i3 is built without PANGO... 1666/head
authorKacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>
Sun, 19 Apr 2015 15:26:10 +0000 (10:26 -0500)
committerKacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>
Mon, 20 Apr 2015 21:51:58 +0000 (16:51 -0500)
src/handlers.c

index c80c279efe43857b83e9a4e4246e72f3681dc5cb..1c3d10f4fc8ad1d7ba6c5bbccdfa5afdbf3ec152 100644 (file)
@@ -880,7 +880,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
                 floating_drag_window(con->parent, &fake);
                 break;
             case _NET_WM_MOVERESIZE_SIZE_TOPLEFT... _NET_WM_MOVERESIZE_SIZE_LEFT:
-                floating_resize_window(con->parent, FALSE, &fake);
+                floating_resize_window(con->parent, false, &fake);
                 break;
             default:
                 DLOG("_NET_WM_MOVERESIZE direction %d not implemented\n", direction);