1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Fixed a bug causing sigsegv for a WMList with more than 32767 items

This commit is contained in:
dan
2001-01-30 21:04:52 +00:00
parent 4637c09d19
commit 17ae285f37
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ changes since wmaker 0.63.1:
use #include <WINGs/header_file_name> in your application from now on.
Also updated get-{wings|wutil}-flags.
- 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:

View File

@@ -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 */