diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-07 12:06:22 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-07 12:06:22 -0700 |
commit | 101ae616962c355388722e05ab8413eb5f5c3402 (patch) | |
tree | 5f88293dfaebbc2a734e815afe803bc2b8c4964f /include | |
parent | e5b72bd9c6fb06640a5de4031be0dc9b04b4b215 (diff) |
Add PanoramiXExtensionDisabledHack to globals.h as it was missing.
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h index 95e11fe70..d396d19c8 100644 --- a/include/globals.h +++ b/include/globals.h @@ -50,6 +50,7 @@ extern Bool PanoramiXMapped; extern Bool PanoramiXVisibilityNotifySent; extern Bool PanoramiXWindowExposureSent; extern Bool PanoramiXOneExposeRequest; +extern Bool PanoramiXExtensionDisabledHack; #endif #ifdef BIGREQS |