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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user