diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2007-11-28 23:07:41 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2007-11-29 02:21:16 -0800 |
commit | 38397560612424b5b348f34c1a0bea8c47a574be (patch) | |
tree | 61a3546a0ac9f3476908847fb0058c829e586b13 /hw/darwin/darwin.h | |
parent | 89c3dfe41e3a17a4f27b20e23623dc5777670feb (diff) |
Darwin: Removed support for darwinSwapAltMeta
(cherry picked from commit 3d153c8fa40986d194b7701f5eafa0080e32399a)
Diffstat (limited to 'hw/darwin/darwin.h')
-rw-r--r-- | hw/darwin/darwin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/darwin/darwin.h b/hw/darwin/darwin.h index e2e482955..4f118470f 100644 --- a/hw/darwin/darwin.h +++ b/hw/darwin/darwin.h @@ -27,7 +27,7 @@ #ifndef _DARWIN_H #define _DARWIN_H -// #include "dix-config.h" // This makes us crash for some reason... +//#include "dix-config.h" // This crashes us for some reason... #define SHAPE #include <IOKit/IOTypes.h> @@ -113,7 +113,6 @@ extern int darwinMouseAccelChange; extern int darwinFakeButtons; extern int darwinFakeMouse2Mask; extern int darwinFakeMouse3Mask; -extern int darwinSwapAltMeta; extern char *darwinKeymapFile; extern int darwinSyncKeymap; extern unsigned int darwinDesiredWidth, darwinDesiredHeight; |