diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-03-18 23:43:17 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-03-18 23:43:17 -0700 |
commit | 12f7cd64f1642130b82f112b57e7a7993932cf1f (patch) | |
tree | 348dca0607e223dc7cad90db84fc07e96f218ba6 /xorg/X11R7.6/rdp/rdpinput.c | |
parent | 561b263b9141cb56f315d754920bf07e26af7317 (diff) | |
download | xrdp-proprietary-12f7cd64f1642130b82f112b57e7a7993932cf1f.tar.gz xrdp-proprietary-12f7cd64f1642130b82f112b57e7a7993932cf1f.zip |
work on new(color) cursors
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpinput.c')
-rw-r--r-- | xorg/X11R7.6/rdp/rdpinput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/X11R7.6/rdp/rdpinput.c b/xorg/X11R7.6/rdp/rdpinput.c index cefb5156..319bdb87 100644 --- a/xorg/X11R7.6/rdp/rdpinput.c +++ b/xorg/X11R7.6/rdp/rdpinput.c @@ -1,5 +1,5 @@ /* -Copyright 2005-2012 Jay Sorg +Copyright 2005-2013 Jay Sorg Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that @@ -671,7 +671,7 @@ rdpSpriteSetCursor(DeviceIntPtr pDev, ScreenPtr pScr, CursorPtr pCurs, } rdpup_begin_update(); - rdpup_set_cursor(xhot, yhot, cur_data, cur_mask); + rdpup_set_cursor_ex(xhot, yhot, cur_data, cur_mask, 0); rdpup_end_update(); } |