]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
2 in 1 deal :\
[chaz/openbox] / openbox / event.c
index a2604bcfb58c10e5b6164cd0bcd9d60ae7f9b329..b0048e3725c158c4eac5296394f9083b735fbfef 100644 (file)
@@ -895,10 +895,9 @@ static void event_handle_client(Client *client, XEvent *e)
        }
        else if (msgtype == prop_atoms.net_wm_strut)
            client_update_strut(client);
-       else if (msgtype == prop_atoms.net_wm_icon)
+       else if (msgtype == prop_atoms.net_wm_icon ||
+                 msgtype == prop_atoms.kwm_win_icon)
            client_update_icons(client);
-       else if (msgtype == prop_atoms.kwm_win_icon)
-           client_update_kwm_icon(client);
     default:
         ;
 #ifdef SHAPE
This page took 0.020189 seconds and 4 git commands to generate.