1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 22:04:12 +01:00

- fixed the checkTimerHandlers() to flush the ASAP notification queue, even

if there are no timer handlers.
- an array was too small in TexturePanel.c (4 instead of 5).
This commit is contained in:
dan
1999-11-20 22:29:58 +00:00
parent 9eb9198bad
commit 8b062b07c1
3 changed files with 29 additions and 28 deletions

View File

@@ -39,7 +39,7 @@
#include "TexturePanel.h"
#define MAX_SECTION_PARTS 4
#define MAX_SECTION_PARTS 5
typedef struct _TexturePanel {
WMWindow *win;