]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
Make the NET_WORKAREA hint work the way it used to, across all monitors
[chaz/openbox] / openbox / keyboard.c
index aebee293f760998e2e4abd94db8124421cc66b72..0d23485754e9b7be3f8227384760f4ec1a266d7b 100644 (file)
@@ -91,7 +91,7 @@ static void set_curpos(KeyBindingTree *newpos)
             g_free(oldtext);
         }
 
-        a = screen_physical_area_primary();
+        a = screen_physical_area_primary(FALSE);
         popup_position(popup, NorthWestGravity, a->x + 10, a->y + 10);
         /* 1 second delay for the popup to show */
         popup_delay_show(popup, G_USEC_PER_SEC, text);
This page took 0.020883 seconds and 4 git commands to generate.