diff options
Diffstat (limited to 'hw/xquartz/quartz.h')
-rw-r--r-- | hw/xquartz/quartz.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/quartz.h b/hw/xquartz/quartz.h index 64ef122ae..b1a3f3183 100644 --- a/hw/xquartz/quartz.h +++ b/hw/xquartz/quartz.h @@ -130,4 +130,6 @@ void QuartzSpaceChanged(uint32_t space_id); void QuartzSetFullscreen(Bool state); void QuartzSetRootless(Bool state); + +int server_main(int argc, char **argv, char **envp); #endif |