summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r--xrdp/xrdp_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index 73bb066c..a54fd85c 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -80,13 +80,13 @@ struct xrdp_mod
char* data, int data_len,
int total_data_len, int flags);
int (*server_bell_trigger)(struct xrdp_mod* v);
- int (*server_create_os_surface)(struct xrdp_mod* v, int id,
+ int (*server_create_os_surface)(struct xrdp_mod* v, int rdpindex,
int width, int height);
- int (*server_switch_os_surface)(struct xrdp_mod* v, int id);
- int (*server_delete_os_surface)(struct xrdp_mod* v, int id);
+ int (*server_switch_os_surface)(struct xrdp_mod* v, int rdpindex);
+ int (*server_delete_os_surface)(struct xrdp_mod* v, int rdpindex);
int (*server_paint_rect_os)(struct xrdp_mod* mod, int x, int y,
int cx, int cy,
- int id, int srcx, int srcy);
+ int rdpindex, int srcx, int srcy);
int (*server_set_hints)(struct xrdp_mod* mod, int hints, int mask);
long server_dumby[100 - 30]; /* align, 100 minus the number of server
functions above */