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 /xup/xup.h | |
parent | 561b263b9141cb56f315d754920bf07e26af7317 (diff) | |
download | xrdp-proprietary-12f7cd64f1642130b82f112b57e7a7993932cf1f.tar.gz xrdp-proprietary-12f7cd64f1642130b82f112b57e7a7993932cf1f.zip |
work on new(color) cursors
Diffstat (limited to 'xup/xup.h')
-rw-r--r-- | xup/xup.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2012 + * Copyright (C) Jay Sorg 2004-2013 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -117,7 +117,10 @@ struct mod int (*server_monitored_desktop)(struct mod* v, struct rail_monitored_desktop_order* mdo, int flags); - tbus server_dumby[100 - 37]; /* align, 100 minus the number of server + int (*server_set_cursor_ex)(struct mod* v, int x, int y, char* data, + char* mask, int bpp); + + tbus server_dumby[100 - 38]; /* align, 100 minus the number of server functions above */ /* common */ tbus handle; /* pointer to self as long */ |