]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
add the _NET_WM_USER_TIME property support. When focus_new is enabled, don't focus...
[chaz/openbox] / openbox / event.c
index 558872e85784b26e7a8fae24a62a69598c9f0ea7..9faf9403e6f4a6d328e6f056377eb9cebb8636f1 100644 (file)
@@ -1148,6 +1148,9 @@ static void event_handle_client(ObClient *client, XEvent *e)
         else if (msgtype == prop_atoms.net_wm_icon) {
             client_update_icons(client);
         }
+        else if (msgtype == prop_atoms.net_wm_user_time) {
+            client_update_user_time(client, TRUE);
+        }
         else if (msgtype == prop_atoms.sm_client_id) {
             client_update_sm_client_id(client);
         }
This page took 0.019504 seconds and 4 git commands to generate.