mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
- Fixed some compilation problems, which could lead to sigsegv at run time in
the new 'bag' code. - Fixed PPosition problem.
This commit is contained in:
@@ -258,7 +258,7 @@ int WMCountInBag(WMBag *bag, void *item);
|
||||
* > 0 if a > b
|
||||
* = 0 if a = b
|
||||
*/
|
||||
void WMSortBag(WMBag *bag, int (*comparer)(void*,void*));
|
||||
void WMSortBag(WMBag *bag, int (*comparer)(const void*, const void*));
|
||||
|
||||
void WMEmptyBag(WMBag *bag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user