1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

- moved WINGs's internal handlers (timer, idle and input) to handlers.c

to avoid code duplication.
- simplified wevent.c and wutil.c
- renamed WMAddEternalTimerHandler() to WMAddPersistentTimerHandler()
This commit is contained in:
dan
2001-03-20 23:46:57 +00:00
parent dd9fd9f12a
commit f5dcab0663
8 changed files with 678 additions and 1189 deletions

View File

@@ -4,7 +4,9 @@ Changes since wmaker 0.64.0:
- made programmatic scroller changes send notifications
- replaced WMSetBoxExpandsToParent with WMSetViewExpands...
- added WMGetLabelFont()
- added WMAddEternalTimerHandler()
- added WMAddPersistentTimerHandler()
- Moved all internal handlers (timer, idle and input) to handlers.c
- simplified wevent.c and wutil.c.
changes since wmaker 0.63.1:
............................