summaryrefslogtreecommitdiff
path: root/src/smi.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2007-01-10 21:58:47 -0500
committerAlex Deucher <alex@samba.(none)>2007-01-10 21:58:47 -0500
commit3ff1d1aaf93df90f3a96b87bd8447db44b1722f5 (patch)
tree3eaf5c3524fd83ddcc51cd8fa2d3f8c9c2dedd8e /src/smi.h
parent72c1d44182a49dbd502bbdc0b48f69a43ad5aed0 (diff)
only idle the engine on mode switches
on the initial mode set the engine doesn't idle for some users.
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))