From 12f7cd64f1642130b82f112b57e7a7993932cf1f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 18 Mar 2013 23:43:17 -0700 Subject: work on new(color) cursors --- xup/xup.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xup/xup.h') diff --git a/xup/xup.h b/xup/xup.h index ae98c5ff..a7956915 100644 --- a/xup/xup.h +++ b/xup/xup.h @@ -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 */ -- cgit v1.2.1