Fri Jul 28 23:31:29 CEST 2000

(Christian)

Make this compile again on non-Xinerama machines.
Hey Mandrake, have mercy with us poor singleheads :)


SVN revision: 2932
This commit is contained in:
Christian Kreibich 2000-07-28 21:15:20 +00:00
parent 8ea4ff7696
commit b9a9780265
2 changed files with 13 additions and 2 deletions

View File

@ -4736,3 +4736,11 @@ Fri Jul 28 12:31:35 PDT 2000
Now with xinerama enabled your alt-tab focus list will appear properly
centered in the current head. I think I will add an alt-tab feature to only
focus on windows in the current head as well (this will be toggle-able)
-------------------------------------------------------------------------------
Fri Jul 28 23:31:29 CEST 2000
(Christian)
Make this compile again on non-Xinerama machines.
Hey Mandrake, have mercy with us poor singleheads :)

View File

@ -1467,7 +1467,9 @@ SettingsPlacement(void)
tmp_switch_popup = mode.switchfortransientmap;
tmp_manual_placement = mode.manual_placement;
tmp_manual_placement_mouse_pointer = mode.manual_placement_mouse_pointer;
#ifdef HAS_XINERAMA
tmp_extra_head = mode.extra_head;
#endif
d = CreateDialog("CONFIGURE_PLACEMENT");
DialogSetTitle(d, _("Window Placement Settings"));
@ -2066,8 +2068,9 @@ CB_ConfigureFX(int val, void *data)
if ((desks.dragdir != tmp_dragdir)
|| ((tmp_dragbar) && (desks.dragbar_width < 1)) || ((!tmp_dragbar)
&&
(desks.dragbar_width
> 0)))
(desks.
dragbar_width >
0)))
{
Button *b;