1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +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

@@ -856,7 +856,7 @@ familyClick(WMWidget *w, void *data)
for (i = 0; i < WMGetBagItemCount(family->typefaces); i++) {
char buffer[256];
int top;
int top=0;
WMListItem *fitem;
face = WMGetFromBag(family->typefaces, i);