[sawfish: 1/3] Log correction of the last RandR edit. The most important change was that screen size information is
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish: 1/3] Log correction of the last RandR edit. The most important change was that screen size information is
- Date: Sat, 15 May 2010 10:45:18 +0000 (UTC)
commit 367af2330e7333b6ca32b14ea50307e007bd9e5d
Author: Teika kazura <teika lavabit com>
Date: Sat May 15 12:45:40 2010 +0900
Log correction of the last RandR edit.
The most important change was that screen size information is updated after XRRScreenChangeNotifyEvent.
ChangeLog | 4 ++--
src/events.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b2b857d..9412fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,8 @@
* src/functions.c
* src/sawfish_subrs.h: Complets the last RandR edit. At least it's
correct if you have only one screen, or if you use Xinerama.
- Most importantly, XRRUpdateConfiguration is called after
- XRRScreenChangeNotifyEvent. This ensures update inside of Xlib.
+ Most importantly, screen size information is updated after
+ XRRScreenChangeNotifyEvent.
Other changes:
NULL display check of the RandR is changed to Sawfish conventional
way. (Just to be in accordance.) Minor memeory leak fix.
diff --git a/src/events.c b/src/events.c
index 3e9501e..158919e 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1,5 +1,4 @@
/* events.c -- Event handling
- $Id$
Copyright (C) 1999 John Harper <john dcs warwick ac uk>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]