1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 21:34:17 +01:00

bug fixes, faq update, fix of wrong bug fix in actions.c etc

This commit is contained in:
kojima
1999-04-21 00:16:13 +00:00
parent cef3b29d94
commit 2a19d45517
7 changed files with 131 additions and 52 deletions

View File

@@ -160,6 +160,10 @@ typedef struct W_Screen {
WMHashTable *fontCache;
struct W_Balloon *balloon;
struct W_Pixmap *checkButtonImageOn;
struct W_Pixmap *checkButtonImageOff;
@@ -200,7 +204,7 @@ typedef struct W_Screen {
struct W_Pixmap *colorListIcon;
struct W_Pixmap *defaultObjectIcon;
Cursor defaultCursor;
Cursor textCursor;