mssing a break; *^^;*

This commit is contained in:
Dana Jansens 2007-05-27 22:37:16 +00:00
parent a9ff8217bf
commit 35889c2854

View file

@ -1455,6 +1455,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
client_update_sync_request_counter(client); client_update_sync_request_counter(client);
} }
#endif #endif
break;
case ColormapNotify: case ColormapNotify:
client_update_colormap(client, e->xcolormap.colormap); client_update_colormap(client, e->xcolormap.colormap);
break; break;