1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-16 05:55:45 +01:00

Update for 0.51.2-pre2

This commit is contained in:
dan
1999-03-09 14:58:01 +00:00
parent 60980735fe
commit 088c0ac230
108 changed files with 2998 additions and 2770 deletions

View File

@@ -9,7 +9,7 @@
#include "WINGs.h"
#include "WUtil.h"
#if WINGS_H_VERSION < 981220
#if WINGS_H_VERSION < 990222
#error There_is_an_old_WINGs.h_file_somewhere_in_your_system._Please_remove_it.
#endif
@@ -59,6 +59,7 @@ typedef struct W_Font {
short height;
short y;
short refCount;
char *name;
unsigned int notFontSet:1;
} W_Font;
@@ -156,7 +157,9 @@ typedef struct W_Screen {
W_Font *normalFont;
W_Font *boldFont;
WMHashTable *fontCache;
struct W_Pixmap *checkButtonImageOn;
struct W_Pixmap *checkButtonImageOff;
@@ -324,7 +327,6 @@ _WINGsConfiguration WINGsConfiguration;
#define W_VIEW_MAPPED(view) (view)->flags.mapped
#define W_PIXEL(c) (c)->color.pixel
#define W_GC(c) (c)->gc
#define W_FONTID(f) (f)->font->fid