summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kdm_greet.c
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kdm_greet.c')
-rw-r--r--kdm/kfrontend/kdm_greet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdm/kfrontend/kdm_greet.c b/kdm/kfrontend/kdm_greet.c
index b03d96e15..7a75330b0 100644
--- a/kdm/kfrontend/kdm_greet.c
+++ b/kdm/kfrontend/kdm_greet.c
@@ -700,11 +700,11 @@ restore_modifiers( void )
}
void
-setCursor( Display *mdpy, int window, int shape )
+setCursor( Display *mdpy, int window, int tqshape )
{
Cursor xcursor;
- if ((xcursor = XCreateFontCursor( mdpy, shape ))) {
+ if ((xcursor = XCreateFontCursor( mdpy, tqshape ))) {
XDefineCursor( mdpy, window, xcursor );
XFreeCursor( mdpy, xcursor );
XFlush( mdpy );