call grab with phys_screen

This commit is contained in:
Julien Danjou 2008-02-11 09:32:22 +01:00
parent 321a481dce
commit e47521ef51
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ arrange(int screen)
get_phys_screen(screen)),
&rootwin, &childwin, &x, &y, &di, &di, &dui)
&& (rootwin == None || childwin == None || childwin == rootwin))
window_root_grabbuttons(screen);
window_root_grabbuttons(get_phys_screen(screen));
/* reset status */
globalconf.screens[screen].need_arrange = False;