From b9a9780265a88ea3790035a52217045a03c0db18 Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Fri, 28 Jul 2000 21:15:20 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 8 ++++++++ src/settings.c | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 6c39c3d0..9ec62b4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 :) diff --git a/src/settings.c b/src/settings.c index 341ddb6a..da3dc8a1 100644 --- a/src/settings.c +++ b/src/settings.c @@ -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;