1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-20 08:45:53 +01:00

- Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)

- Separated the font caches for normal fonts and fontsets in WINGs (they can
  have the same names and collide in the cache giving unwanted results)
- Updated the years in the copyright notices
This commit is contained in:
dan
2002-01-04 07:32:37 +00:00
parent 96f8ab167f
commit cab71ba6a1
161 changed files with 205 additions and 187 deletions

View File

@@ -7,7 +7,7 @@
#include <WINGs/WUtil.h>
#include <X11/Xlib.h>
#define WINGS_H_VERSION 20010117
#define WINGS_H_VERSION 20020104
#ifdef __cplusplus

View File

@@ -8,7 +8,7 @@
#include <WINGs/WINGs.h>
#if WINGS_H_VERSION < 20010117
#if WINGS_H_VERSION < 20020104
#error There_is_an_old_WINGs.h_file_somewhere_in_your_system._Please_remove_it.
#endif
@@ -191,6 +191,8 @@ typedef struct W_Screen {
WMHashTable *fontCache;
WMHashTable *fontSetCache;
Bool useMultiByte;
unsigned int ignoredModifierMask; /* modifiers to ignore when typing txt */