Fix ‘FALSE’ undeclared (first use in this function) when i3 is built without PANGO support
This commit is contained in:
parent
ab46e9d23b
commit
30b6584de1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue