dticon: fix implicit-function-declaration warnings

This commit is contained in:
Jon Trulson
2021-11-15 15:47:08 -07:00
parent 6f553130a3
commit 3f1f2ea0f6
21 changed files with 323 additions and 22 deletions

View File

@@ -63,8 +63,17 @@
Includes, Defines, and Global variables from the Declarations Editor:
*******************************************************************************/
void ProcessTabletEvent(
Widget w,
XEvent *xptr,
String *params,
Cardinal num_params ); // event.c
#include "externals.h"
#include "main.h"
#include "utils.h"
#include "process.h"
#define RES_CONVERT( res_name, res_value) \
XtVaTypedArg, (res_name), XmRString, (res_value), strlen(res_value) + 1