X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=0d23485754e9b7be3f8227384760f4ec1a266d7b;hb=15802d87b18b8a7a741c2e8d80ab6e5f79ada13e;hp=c23d83e627881bb7180d57e6e232ce08b23fa5f5;hpb=751f85003f080d79baa2d4b3b989b12a0ee9d469;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index c23d83e6..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_active(); + 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); @@ -324,4 +324,3 @@ void keyboard_shutdown(gboolean reconfig) popup_free(popup); popup = NULL; } -