diff options
Diffstat (limited to 'xnest-plugin/XnestDis.c')
-rw-r--r-- | xnest-plugin/XnestDis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xnest-plugin/XnestDis.c b/xnest-plugin/XnestDis.c index 0b868db..d02d5aa 100644 --- a/xnest-plugin/XnestDis.c +++ b/xnest-plugin/XnestDis.c @@ -47,7 +47,7 @@ The Open Group. static char xnest_display_numbers[MAX_PLUGINS]; void -RxpInitXnestDisplayNumbers() +RxpInitXnestDisplayNumbers(void) { memset(xnest_display_numbers, 0, sizeof(char) * MAX_PLUGINS); } @@ -81,7 +81,7 @@ Bool IsDisplayNumFree(int id) /* function returning first display number available */ int -RxpXnestDisplayNumber() +RxpXnestDisplayNumber(void) { int i; for (i = 0; i < MAX_PLUGINS; i++) |