diff options
Diffstat (limited to 'hw/xnest/Init.c')
-rw-r--r-- | hw/xnest/Init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 8a90cc65e..60bb7d1ff 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -52,6 +52,9 @@ InitOutput(ScreenInfo *screenInfo, int argc, char *argv[]) { int i, j; + SCREENSALLOC_FATAL(xnestDefaultWindows, xnestNumScreens); + SCREENSALLOC_FATAL(xnestScreenSaverWindows, xnestNumScreens); + xnestOpenDisplay(argc, argv); screenInfo->imageByteOrder = ImageByteOrder(xnestDisplay); |