]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_menu.c
remove a function that is no longer used. and backwards boolean algebra was causing...
[chaz/openbox] / openbox / client_menu.c
index db00265c4fe71db70d92e32d5c6a29400214028d..f538eafd7f36ae263a81e2feecd8bba0f932073a 100644 (file)
@@ -154,8 +154,6 @@ static void client_menu_execute(ObMenuEntry *e, ObMenuFrame *f,
         g_assert_not_reached();
     }
 
-    /* we have to ignore all queued enters because the menu has a grab, and the
-       so the cursor isnt considered inside the client's window */
     event_ignore_all_queued_enters();
 
     /* update the menu cuz stuff can have changed */
@@ -217,8 +215,6 @@ static void layer_menu_execute(ObMenuEntry *e, ObMenuFrame *f,
         g_assert_not_reached();
     }
 
-    /* we have to ignore all queued enters because the menu has a grab, and the
-       so the cursor isnt considered inside the client's window */
     event_ignore_all_queued_enters();
 
     /* update the menu cuz stuff can have changed */
This page took 0.022489 seconds and 4 git commands to generate.