summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpClientCon.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-03 20:44:55 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-03 20:44:55 -0800
commitdb39d10595408bbb2ee88fcf8da8b85d0d9d3e43 (patch)
treeacb404cb2387f8af3f6bea1ce1900e18605f04ef /xorg/server/module/rdpClientCon.h
parent334cfc4b46dfabd4f7b7d77c53e07562da86bd23 (diff)
downloadxrdp-proprietary-db39d10595408bbb2ee88fcf8da8b85d0d9d3e43.tar.gz
xrdp-proprietary-db39d10595408bbb2ee88fcf8da8b85d0d9d3e43.zip
xorg: work on cursors
Diffstat (limited to 'xorg/server/module/rdpClientCon.h')
-rw-r--r--xorg/server/module/rdpClientCon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg/server/module/rdpClientCon.h b/xorg/server/module/rdpClientCon.h
index 592e8d31..9cbe493a 100644
--- a/xorg/server/module/rdpClientCon.h
+++ b/xorg/server/module/rdpClientCon.h
@@ -143,9 +143,19 @@ rdpClientConAddDirtyScreenBox(rdpPtr dev, rdpClientCon *clientCon,
int
rdpClientConAddDirtyScreen(rdpPtr dev, rdpClientCon *clientCon,
int x, int y, int cx, int cy);
+void
+rdpClientConGetScreenImageRect(rdpPtr dev, rdpClientCon *clientCon,
+ struct image_data *id);
int
rdpClientConAddAllReg(rdpPtr dev, RegionPtr reg, DrawablePtr pDrawable);
int
rdpClientConAddAllBox(rdpPtr dev, BoxPtr box, DrawablePtr pDrawable);
+int
+rdpClientConSetCursor(rdpPtr dev, rdpClientCon *clientCon,
+ short x, short y, char *cur_data, char *cur_mask);
+int
+rdpClientConSetCursorEx(rdpPtr dev, rdpClientCon *clientCon,
+ short x, short y, char *cur_data,
+ char *cur_mask, int bpp);
#endif