From 5045cdbe60cf1ad8dbabb5c756e83874d6df0d4a Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 21 Mar 2001 04:40:34 +0000 Subject: [PATCH] updated Changelog about the recent move from WINGs.h to WUtil.h for handler definitions --- WINGs/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog index 498b1ac5..853b73d2 100644 --- a/WINGs/ChangeLog +++ b/WINGs/ChangeLog @@ -11,6 +11,8 @@ Changes since wmaker 0.64.0: - fixed mem leak that occured when input handling was done with poll - simpler and more straightforward event handling for timer, idle, input and X events (also fixed some problems the old handling logic had) +- moved timer, dile and input handler definitions and prototypes from + WINGs.h to WUtil.h because they're not GUI related. changes since wmaker 0.63.1: ............................