put the directional focus dialog on the active monitor

This commit is contained in:
Dana Jansens 2007-06-07 15:10:03 +00:00
parent 5579b28481
commit 5f2d2b8f38

View file

@ -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);