X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=0d23485754e9b7be3f8227384760f4ec1a266d7b;hb=3c688bc4a75436a457d3ce693eda6bd6b329412f;hp=aebee293f760998e2e4abd94db8124421cc66b72;hpb=828c095c8b5a2df96a38faaeb8a0df504e68e70f;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index aebee293..0d234857 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -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);