From 5f2d2b8f38f2cdf6b0e458573716014a343ca75f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 7 Jun 2007 15:10:03 +0000 Subject: [PATCH] put the directional focus dialog on the active monitor --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 071ffc16..3ec14a5c 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -505,7 +505,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c, g_assert(popup.targets == NULL); /* position the popup */ - a = screen_physical_area_monitor(0); + a = screen_physical_area_monitor_active(); icon_popup_position(single_popup, CenterGravity, a->x + a->width / 2, a->y + a->height / 2); icon_popup_height(single_popup, POPUP_HEIGHT); -- 2.39.2