X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=aebee293f760998e2e4abd94db8124421cc66b72;hb=5c01dc651a220ad1ccce9502da577d81f1877388;hp=8c5b55437acd5338f7ba1ceb0980eaa9de378a51;hpb=92bba40cf21cb13aad1fccb421e131ea3049688f;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 8c5b5543..aebee293 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(); 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);