diff options
Diffstat (limited to 'dix/window.c')
-rw-r--r-- | dix/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dix/window.c b/dix/window.c index 9bcf546aa..b588f4466 100644 --- a/dix/window.c +++ b/dix/window.c @@ -154,7 +154,8 @@ _X_EXPORT int screenIsSaved = SCREEN_SAVER_OFF; _X_EXPORT ScreenSaverStuffRec savedScreenInfo[MAXSCREENS]; -_X_EXPORT DevPrivateKey FocusPrivatesKey = &FocusPrivatesKey; +static int FocusPrivatesKeyIndex; +_X_EXPORT DevPrivateKey FocusPrivatesKey = &FocusPrivatesKeyIndex; static Bool TileScreenSaver(int i, int kind); |