mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtstyle: Change to ANSI function definitions
This commit is contained in:
parent
e225c95486
commit
403911407b
4 changed files with 4 additions and 6 deletions
|
@ -258,7 +258,7 @@ free_dirList(char ** dirList,
|
||||||
* SelectCurrentBackdrop() - Selects current backdrop in list
|
* SelectCurrentBackdrop() - Selects current backdrop in list
|
||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
void SelectCurrentBackdrop(callback)
|
void SelectCurrentBackdrop(int callback)
|
||||||
{
|
{
|
||||||
DtWsmWorkspaceInfo *wInfo=NULL;
|
DtWsmWorkspaceInfo *wInfo=NULL;
|
||||||
Atom aWS;
|
Atom aWS;
|
||||||
|
|
|
@ -196,7 +196,7 @@ popup_dtwmBB(
|
||||||
/*+++++++++++++++++++++++++++++++++++++++*/
|
/*+++++++++++++++++++++++++++++++++++++++*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
getDtwmValues( )
|
getDtwmValues(void)
|
||||||
{
|
{
|
||||||
char *str_type_return;
|
char *str_type_return;
|
||||||
XrmValue value_return;
|
XrmValue value_return;
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
#include "Help.h"
|
#include "Help.h"
|
||||||
|
|
||||||
static Widget
|
static Widget
|
||||||
GetHelpDialog( )
|
GetHelpDialog(void)
|
||||||
{
|
{
|
||||||
static HelpStruct *pHelpCache;
|
static HelpStruct *pHelpCache;
|
||||||
|
|
||||||
|
|
|
@ -646,9 +646,7 @@ ErrorHandler(
|
||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
static int
|
static int
|
||||||
IOErrorHandler (display)
|
IOErrorHandler (Display *display)
|
||||||
Display *display;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
Warning ("X IO error occurred during generic operation");
|
Warning ("X IO error occurred during generic operation");
|
||||||
|
|
Loading…
Reference in a new issue