1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 20:35:54 +01:00

Rewrote idle and input handlers using WMBag to avoid a functional problem of

them, regarding removal of other input/idle handlers next to the called one,
from the called handler.
This commit is contained in:
dan
1999-12-03 07:07:14 +00:00
parent 8800cd0b67
commit 34c926186c
5 changed files with 208 additions and 219 deletions

View File

@@ -976,7 +976,7 @@ handleTextFieldKeyPress(TextField *tPtr, XEvent *event)
char buffer[64];
KeySym ksym;
char *textEvent = NULL;
void *data;
void *data = NULL;
int count, refresh = 0;
int control_pressed = 0;
int cancelSelection = 1;