aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-23 23:20:42 +0000
committerKeith Packard <keithp@keithp.com>2003-11-23 23:20:42 +0000
commitdf3dc087f8aec21b9ffd6ac01b457c75b60f135d (patch)
treeec16dc54e2b91b97e0a91acc8ed88f75e01b1235 /ChangeLog
parentFix for latest Xfixes changes. (diff)
downloadxcman-df3dc087f8aec21b9ffd6ac01b457c75b60f135d.tar.gz
xcman-df3dc087f8aec21b9ffd6ac01b457c75b60f135d.tar.bz2
xcman-df3dc087f8aec21b9ffd6ac01b457c75b60f135d.tar.xz
Rename gussianMap to gaussianMap (who the heck is gus?) Allow for other
names for the root pixmap Handle non-zero border widths better (need Composite change to display them though). Add MONITOR_UPDATE mode that eliminates double buffering and blanks the screen to make sequence of update operations visible. Leave damage object around to catch map damage right. Add CirculateNotify support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b98976c..b0abb9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-11-23 Keith Packard <keithp@keithp.com>
+
+ * xcompmgr.c: (make_shadow), (root_tile), (win_extents),
+ (border_size), (paint_all), (repair_win), (map_win), (unmap_win),
+ (add_win), (restack_win), (configure_win), (circulate_win),
+ (destroy_win), (ev_serial), (ev_name), (ev_window), (main):
+
+ Rename gussianMap to gaussianMap (who the heck is gus?)
+ Allow for other names for the root pixmap
+ Handle non-zero border widths better (need Composite change
+ to display them though).
+ Add MONITOR_UPDATE mode that eliminates double buffering and
+ blanks the screen to make sequence of update operations visible.
+ Leave damage object around to catch map damage right.
+ Add CirculateNotify support.
+
2003-11-23 Eric Anholt <anholt@FreeBSD.org>
* xcompmgr.c: (border_size), (paint_all), (add_damage),