mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-24 19:25:47 +01:00
Added some typedef'ed functions for readability.
This commit is contained in:
@@ -658,7 +658,7 @@ WMReplaceInBag(WMBag *self, int index, void *item)
|
||||
|
||||
|
||||
int
|
||||
WMSortBag(WMBag *self, int (*comparer)(const void*, const void*))
|
||||
WMSortBag(WMBag *self, WMCompareDataProc *comparer)
|
||||
{
|
||||
void **items;
|
||||
W_Node *tmp;
|
||||
|
||||
Reference in New Issue
Block a user