diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 12:27:01 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 12:27:01 -0400 |
commit | 9a0f25de7ca3c68af867b38936103d17daa92ac6 (patch) | |
tree | c218f5b04f879f6342332618dddb96d6d7b7506c /hw/xnest/Screen.c | |
parent | ac2356843e38b3400142bc54b65393c12976fc07 (diff) |
Static cleanups, dead code deletion.
Diffstat (limited to 'hw/xnest/Screen.c')
-rw-r--r-- | hw/xnest/Screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index e6870e702..e66b4f743 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -49,7 +49,7 @@ Window xnestScreenSaverWindows[MAXSCREENS]; extern void GlxWrapInitVisuals(miInitVisualsProcPtr *); #endif -int xnestScreenGeneration = -1; +static int xnestScreenGeneration = -1; ScreenPtr xnestScreen(Window window) |