diff options
author | Javier <dev.git@javispedro.com> | 2015-07-26 03:11:35 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-07-26 03:11:35 +0200 |
commit | 2da9d48c9bcd1800f8a499b5e46c6ce04678acd5 (patch) | |
tree | 9c9fc6716b1ee4a098d49dcea3bbb0b778484491 /libtopmenu-client | |
parent | baef440d424640a6fc99edd8a12a6abcea80c5fc (diff) | |
download | topmenu-gtk-transparency.tar.gz topmenu-gtk-transparency.zip |
add gtk+3 support for transparent backgroundstransparency
Diffstat (limited to 'libtopmenu-client')
-rw-r--r-- | libtopmenu-client/topmenu-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtopmenu-client/topmenu-client.c b/libtopmenu-client/topmenu-client.c index ae9eac3..266ba54 100644 --- a/libtopmenu-client/topmenu-client.c +++ b/libtopmenu-client/topmenu-client.c @@ -95,7 +95,6 @@ static GdkFilterReturn handle_plug_window_event(GdkXEvent *xevent, GdkEvent *eve if (((XEvent*)xevent)->type == ClientMessage) { XClientMessageEvent *msg = (XClientMessageEvent*) xevent; if (msg->message_type == atom_change_background) { - g_debug("received change background message"); TopMenuBackground *bg = g_object_get_qdata(G_OBJECT(window), background_quark()); g_return_val_if_fail(bg, GDK_FILTER_REMOVE); |