diff options
Diffstat (limited to 'hw/darwin/quartz/quartz.c')
-rw-r--r-- | hw/darwin/quartz/quartz.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/darwin/quartz/quartz.c b/hw/darwin/quartz/quartz.c index 4643886f3..91ca9fa28 100644 --- a/hw/darwin/quartz/quartz.c +++ b/hw/darwin/quartz/quartz.c @@ -29,7 +29,7 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/quartz.c,v 1.13 2003/11/12 20:21:51 torrey Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/quartz.c,v 1.14 2003/11/24 05:39:02 torrey Exp $ */ #include "quartzCommon.h" #include "quartz.h" @@ -156,9 +156,7 @@ void DarwinModeInitInput( int argc, char **argv ) { - if (serverGeneration == 1) { - QuartzMessageMainThread(kQuartzServerStarted, NULL, 0); - } + QuartzMessageMainThread(kQuartzServerStarted, NULL, 0); // Do final display mode specific initialization before handling events if (quartzProcs->InitInput) |