]> git.sur5r.net Git - i3/i3/blobdiff - include/handlers.h
Implement the urgency hint for windows/workspaces
[i3/i3] / include / handlers.h
index a56ed2825e45e797c5f597ecf4beb4fc56d34a82..95194c145c294d4a2854977d6b852437ee8393cb 100644 (file)
@@ -160,6 +160,13 @@ int handle_normal_hints(void *data, xcb_connection_t *conn, uint8_t state,
                         xcb_window_t window, xcb_atom_t name,
                         xcb_get_property_reply_t *reply);
 
+/**
+ * Handles the WM_HINTS property for extracting the urgency state of the window.
+ *
+ */
+int handle_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_window_t window,
+                  xcb_atom_t name, xcb_get_property_reply_t *reply);
+
 /**
  * Handles the transient for hints set by a window, signalizing that this
  * window is a popup window for some other window.