Created
May 13, 2012 19:30
-
-
Save Kha/2689870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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