summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1bab25..fdb8c92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2004-06-01 Keith Packard <keithp@keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * lightpipe.c: (main):
+ * lpapi.c: (XLightPipeAttendWindow), (XLightPipeIgnoreWindow),
+ (XLightPipeCheckWindow), (XLightPipeCheckAny), (XLightPipeRelease):
+ * lpdamage.c: (add_damage), (remove_damage),
+ (_xlightpipe_damage_window), (_xlightpipe_update_window),
+ (_xlightpipe_undamage_window), (_xlightpipe_find_damaged):
+ * lpdisplay.c: (_xlightpipe_find_display):
+ * lpevent.c: (process_destroy_notify), (process_configure_notify),
+ (process_damage_notify), (process_event),
+ (_xlightpipe_await_event), (_xlightpipe_process_events):
+ * lpimage.c: (_xlightpipe_create_window_image),
+ (_xlightpipe_destroy_window_image), (_xlightpipe_update_region):
+ * lpinit.c: (is_root), (_xlightpipe_init_window),
+ (_xlightpipe_fini_window):
+ * lpint.h:
+ * lptable.c: (_xlightpipe_lp_context), (_xlightpipe_find_window),
+ (_xlightpipe_add_window), (_xlightpipe_remove_window):
+ Prefix all exposed (but not public) APIs with _xlightpipe_.
+ Don't use Composite on root windows
+
2004-05-07 Keith Packard <keithp@keithp.com>
* Makefile.am: