mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 19:05:51 +01:00
fixed modifier bug in textfield again
This commit is contained in:
@@ -588,6 +588,9 @@ char *WMGetApplicationName();
|
||||
/* Try to locate resource file. ext may be NULL */
|
||||
char *WMPathForResourceOfType(char *resource, char *ext);
|
||||
|
||||
|
||||
WMScreen *WMOpenScreen();
|
||||
|
||||
WMScreen *WMCreateScreenWithRContext(Display *display, int screen,
|
||||
RContext *context);
|
||||
|
||||
|
||||
@@ -189,6 +189,8 @@ typedef struct W_Screen {
|
||||
WMHashTable *fontCache;
|
||||
|
||||
Bool useMultiByte;
|
||||
|
||||
unsigned int ignoredModifierMask; /* modifiers to ignore when typing txt */
|
||||
|
||||
struct W_Balloon *balloon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user