dtstyle: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:21:25 +01:00
parent e225c95486
commit 403911407b
4 changed files with 4 additions and 6 deletions

View File

@@ -258,7 +258,7 @@ free_dirList(char ** dirList,
* SelectCurrentBackdrop() - Selects current backdrop in list
*
************************************************************************/
void SelectCurrentBackdrop(callback)
void SelectCurrentBackdrop(int callback)
{
DtWsmWorkspaceInfo *wInfo=NULL;
Atom aWS;