summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-10-27 20:34:55 +0000
committerKeith Packard <keithp@keithp.com>2004-10-27 20:34:55 +0000
commitc9e17f96155bed7f32a5dfdf3d5ec7ef902e6ae5 (patch)
tree09ec67d0d98cb69a5ed9aa3bec685e3310ab5cb2 /ChangeLog
parent143d1a70aab4e551bccece0fe8845f7be77fb8d9 (diff)
Boxes have no paint
Convert to a widget Always paint background, even if transparent show clock widget
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e20625d..e4ab423 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2004-10-27 Keith Packard <keithp@keithp.com>
+ * twin_box.c: (_twin_box_dispatch):
+ Boxes have no paint
+
+ * twin_clock.c: (twin_clock_set_transform), (twin_clock_hand),
+ (_twin_clock_face), (_twin_clock_interval), (_twin_clock_paint),
+ (_twin_clock_timeout), (_twin_clock_dispatch), (_twin_clock_init),
+ (twin_clock_create), (twin_clock_start):
+ * twin_clock.h:
+ Convert to a widget
+
+ * twin_widget.c: (_twin_widget_paint):
+ Always paint background, even if transparent
+
+ * xtwin.c: (main):
+ show clock widget
+
+2004-10-27 Keith Packard <keithp@keithp.com>
+
* Makefile.am:
Add calculator and missing header files