dtstyle: Change to ANSI function definitions
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -196,7 +196,7 @@ popup_dtwmBB(
|
||||
/*+++++++++++++++++++++++++++++++++++++++*/
|
||||
|
||||
static void
|
||||
getDtwmValues( )
|
||||
getDtwmValues(void)
|
||||
{
|
||||
char *str_type_return;
|
||||
XrmValue value_return;
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "Help.h"
|
||||
|
||||
static Widget
|
||||
GetHelpDialog( )
|
||||
GetHelpDialog(void)
|
||||
{
|
||||
static HelpStruct *pHelpCache;
|
||||
|
||||
|
||||
@@ -646,9 +646,7 @@ ErrorHandler(
|
||||
*
|
||||
************************************************************************/
|
||||
static int
|
||||
IOErrorHandler (display)
|
||||
Display *display;
|
||||
|
||||
IOErrorHandler (Display *display)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
Warning ("X IO error occurred during generic operation");
|
||||
|
||||
Reference in New Issue
Block a user