summaryrefslogtreecommitdiff
path: root/src/smi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smi.h')
-rw-r--r--src/smi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smi.h b/src/smi.h
index ad1c2e2..a793931 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -249,6 +249,8 @@ typedef struct
Bool Dualhead;
+ Bool IsSwitching; /* when switching modes */
+
} SMIRec, *SMIPtr;
#define SMIPTR(p) ((SMIPtr)((p)->driverPrivate))