summaryrefslogtreecommitdiffstats
path: root/rdp/rdp.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-12-14 01:11:34 +0000
committerjsorg71 <jsorg71>2005-12-14 01:11:34 +0000
commit4e93fc3c373c0fa85efee998fa2f6aa4fde822cd (patch)
tree90436de484fc2de80300c13305ebf0a40c955bf3 /rdp/rdp.h
parentc46c748148bb8e1d6b48bb2740adf6b2d1a11b1b (diff)
downloadxrdp-proprietary-4e93fc3c373c0fa85efee998fa2f6aa4fde822cd.tar.gz
xrdp-proprietary-4e93fc3c373c0fa85efee998fa2f6aa4fde822cd.zip
started rec file
Diffstat (limited to 'rdp/rdp.h')
-rw-r--r--rdp/rdp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdp/rdp.h b/rdp/rdp.h
index 83ab798b..be65b52f 100644
--- a/rdp/rdp.h
+++ b/rdp/rdp.h
@@ -138,6 +138,8 @@ struct rdp_rdp
int bitmap_cache;
int desktop_save;
int polygon_ellipse_orders;
+ int rec_mode;
+ int rec_fd;
/* cache */
struct rdp_colormap colormap;
struct rdp_cursor cursors[32];
@@ -410,6 +412,10 @@ int APP_CC
rdp_rdp_process_demand_active(struct rdp_rdp* self, struct stream* s);
void APP_CC
rdp_rdp_out_unistr(struct stream* s, char* text);
+int APP_CC
+rdp_rec_check_file(struct rdp_rdp* self);
+int APP_CC
+rdp_rec_write_item(struct rdp_rdp* self, struct stream* s);
/* rdp_bitmap.c */
int APP_CC