X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=7fdd18704eee5cfed3483054d070b2446474b1ed;hb=eb6a2e9c4b334f53d714a2e7f10f73c63c3d2edd;hp=7780753d4ff4435a5f19f5c84c64d14924e26284;hpb=97d4f66cd8db231531e2b425390ff1b4a74e5358;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 7780753d..7fdd1870 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -98,7 +98,7 @@ static void set_curpos(KeyBindingTree *newpos) g_free(oldtext); } - a = screen_physical_area_monitor_active(); + a = screen_physical_area_active(); 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);