diff options
-rw-r--r-- | src/dummy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dummy.h b/src/dummy.h index 3043919..b81c560 100644 --- a/src/dummy.h +++ b/src/dummy.h @@ -52,7 +52,7 @@ typedef struct dummyRec int cursorFG, cursorBG; dummy_colors colors[1024]; - Bool (*CreateWindow)() ; /* wrapped CreateWindow */ + Bool (*CreateWindow)(WindowPtr) ; /* wrapped CreateWindow */ Bool prop; /* XRANDR support begin */ int num_screens; |