diff options
author | Julien Cristau <jcristau@debian.org> | 2008-06-06 12:10:35 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-06-06 12:10:35 +0200 |
commit | 782394fe53220deafed06ad282b5f9ce42964c42 (patch) | |
tree | 9241a8beb2c73e5b97a7c8fda07672a21d6fbba6 /mi/mipointer.h | |
parent | 6b96281100f2118fe9d99536c33d48298a5bce7b (diff) |
mi: Fix typo in comments about deprecated functions
Diffstat (limited to 'mi/mipointer.h')
-rw-r--r-- | mi/mipointer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/mipointer.h b/mi/mipointer.h index fccbfa04a..d2e4455eb 100644 --- a/mi/mipointer.h +++ b/mi/mipointer.h @@ -122,7 +122,7 @@ extern int miPointerGetMotionEvents( ScreenPtr /*pScreen*/ ); -/* Deprecated in favour of miSetPointerPosition. */ +/* Deprecated in favour of miPointerSetPosition. */ extern void miPointerDeltaCursor( int /*dx*/, int /*dy*/, @@ -134,7 +134,7 @@ extern void miPointerAbsoluteCursor( unsigned long /*time*/ ) _X_DEPRECATED; -/* Deprecated in favour of miGetPointerPosition. */ +/* Deprecated in favour of miPointerGetPosition. */ extern void miPointerPosition( int * /*x*/, int * /*y*/ |