mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Fixed a bug causing sigsegv for a WMList with more than 32767 items
This commit is contained in:
@@ -7,6 +7,7 @@ changes since wmaker 0.63.1:
|
|||||||
use #include <WINGs/header_file_name> in your application from now on.
|
use #include <WINGs/header_file_name> in your application from now on.
|
||||||
Also updated get-{wings|wutil}-flags.
|
Also updated get-{wings|wutil}-flags.
|
||||||
- Fixed a mem leak in WMList.
|
- Fixed a mem leak in WMList.
|
||||||
|
- Fixed a bug that caused sigsegv for a WMList with more than 32767 items.
|
||||||
|
|
||||||
|
|
||||||
changes since wmaker 0.62.1:
|
changes since wmaker 0.62.1:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ typedef struct W_List {
|
|||||||
|
|
||||||
short itemHeight;
|
short itemHeight;
|
||||||
|
|
||||||
short topItem; /* index of first visible item */
|
int topItem; /* index of first visible item */
|
||||||
|
|
||||||
short fullFitLines; /* no of lines that fit entirely */
|
short fullFitLines; /* no of lines that fit entirely */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user