From 7a7764a0d9710b85d0db4a6edbb759afea827e17 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 25 Jul 2011 00:32:03 +0200 Subject: [PATCH] handlers.c: fix warnings --- src/handlers.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/handlers.c b/src/handlers.c index 0b64d141..2e3ad7aa 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -574,6 +574,7 @@ static int handle_windowname_change_legacy(void *data, xcb_connection_t *conn, u return 1; } +#if 0 /* * Updates the client’s WM_CLASS property * @@ -588,6 +589,7 @@ static int handle_windowclass_change(void *data, xcb_connection_t *conn, uint8_t return 0; } +#endif /* * Expose event means we should redraw our windows (= title bar) -- 2.39.5