mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
Small bugfix, and more updates to typedef'ed functions.
This commit is contained in:
@@ -442,9 +442,9 @@ WMSortBrowserColumn(WMBrowser *bPtr, int column)
|
||||
|
||||
void
|
||||
WMSortBrowserColumnWithComparer(WMBrowser *bPtr, int column,
|
||||
int (f)(const void*, const void*))
|
||||
WMCompareDataProc *func)
|
||||
{
|
||||
WMSortListItemsWithComparer(bPtr->columns[column], f);
|
||||
WMSortListItemsWithComparer(bPtr->columns[column], func);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user