mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
Fixed a bug causing sigsegv for a WMList with more than 32767 items
This commit is contained in:
@@ -16,7 +16,7 @@ typedef struct W_List {
|
||||
|
||||
short itemHeight;
|
||||
|
||||
short topItem; /* index of first visible item */
|
||||
int topItem; /* index of first visible item */
|
||||
|
||||
short fullFitLines; /* no of lines that fit entirely */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user