summaryrefslogtreecommitdiff
path: root/mi/mipointrst.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2016-06-07 15:52:15 -0400
committerAdam Jackson <ajax@redhat.com>2016-06-08 11:36:32 -0400
commit5bcdd1cc753d8e60c249eeacba695653af1a39d8 (patch)
treea9e388823d5269579ffee0cb5feaee9f44c801c4 /mi/mipointrst.h
parent48a9b29b0a09b865492d60e8a7cd2a94864fbb3f (diff)
dix: Update some comments to reflect the new non-SIGIO input model
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi/mipointrst.h')
-rw-r--r--mi/mipointrst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mipointrst.h b/mi/mipointrst.h
index 4319b12c6..7419ac107 100644
--- a/mi/mipointrst.h
+++ b/mi/mipointrst.h
@@ -38,7 +38,7 @@ typedef struct {
miPointerSpriteFuncPtr spriteFuncs; /* sprite-specific methods */
miPointerScreenFuncPtr screenFuncs; /* screen-specific methods */
CloseScreenProcPtr CloseScreen;
- Bool waitForUpdate; /* don't move cursor in SIGIO */
+ Bool waitForUpdate; /* don't move cursor from input thread */
Bool showTransparent; /* show empty cursors */
} miPointerScreenRec, *miPointerScreenPtr;
#endif /* MIPOINTRST_H */