Fix ‘FALSE’ undeclared (first use in this function) when i3 is built without PANGO support

next
Kacper Kowalik (Xarthisius) 2015-04-19 10:26:10 -05:00
parent ab46e9d23b
commit 30b6584de1
1 changed files with 1 additions and 1 deletions

View 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);