openbsd-ports/x11/i3/patches/patch-include_data_h

14 lines
554 B
Plaintext

$OpenBSD: patch-include_data_h,v 1.1 2011/04/07 08:58:10 dcoppa Exp $
--- include/data.h.orig Wed Jan 19 21:26:37 2011
+++ include/data.h Wed Apr 6 12:53:48 2011
@@ -444,6 +444,9 @@ struct Client {
* one. Therefore, this flag is set when reparenting. */
bool awaiting_useless_unmap;
+ /* Whether the client needs WM_TAKE_FOCUS */
+ bool needs_take_focus;
+
/* XCB contexts */
xcb_window_t frame; /**< Our window: The frame around the
* client */