all repos — openbox @ 35889c2854b55c14a41c854271249fa813e81cf1

openbox fork - make it a bit more like ryudo

mssing a break; *^^;*
Dana Jansens danakj@orodu.net
commit

35889c2854b55c14a41c854271249fa813e81cf1

parent

a9ff8217bf24a6c8f2e8e013b97a283df9910f39

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -1455,6 +1455,7 @@ else if (msgtype == prop_atoms.net_wm_sync_request_counter) {

client_update_sync_request_counter(client); } #endif + break; case ColormapNotify: client_update_colormap(client, e->xcolormap.colormap); break;