diff options
author | Alex Deucher <alex@samba.(none)> | 2007-01-10 21:58:47 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2007-01-10 21:58:47 -0500 |
commit | 3ff1d1aaf93df90f3a96b87bd8447db44b1722f5 (patch) | |
tree | 3eaf5c3524fd83ddcc51cd8fa2d3f8c9c2dedd8e /src/smi.h | |
parent | 72c1d44182a49dbd502bbdc0b48f69a43ad5aed0 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -249,6 +249,8 @@ typedef struct Bool Dualhead; + Bool IsSwitching; /* when switching modes */ + } SMIRec, *SMIPtr; #define SMIPTR(p) ((SMIPtr)((p)->driverPrivate)) |