1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 12:55:47 +01:00

WINGS: removed compiler warnings.

This patch removes compiler warnings.
This commit is contained in:
Rodolfo García Peñas (kix)
2014-01-31 21:31:26 +01:00
committed by Carlos R. Mafra
parent 201ea95e9d
commit 3b97d33d0a
5 changed files with 9 additions and 34 deletions

View File

@@ -775,10 +775,12 @@ void WMSetSplitViewVertical(WMSplitView * sPtr, Bool flag)
*/
}
int WMGetSplitViewDividerThickness(WMSplitView * sPtr)
int WMGetSplitViewDividerThickness(WMSplitView *sPtr)
{
CHECK_CLASS(sPtr, WC_SplitView);
(void) sPtr;
return (DIVIDER_THICKNESS);
}