Skip to content

Instantly share code, notes, and snippets.

@Kha
Created May 13, 2012 19:30
Show Gist options
  • Select an option

  • Save Kha/2689870 to your computer and use it in GitHub Desktop.

Select an option

Save Kha/2689870 to your computer and use it in GitHub Desktop.
--- a/src/handlers.c
+++ b/src/handlers.c
@@ -717,6 +717,7 @@ int handle_window_type(void *data, xcb_connection_t *conn, uint8_t state, xcb_wi
*/
static bool 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) {
+ return true;
Con *con = con_by_window_id(window);
if (con == NULL) {
DLOG("Received WM_NORMAL_HINTS for unknown client\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment