diff options
author | jsorg71 <jsorg71> | 2005-12-14 01:11:34 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-12-14 01:11:34 +0000 |
commit | 4e93fc3c373c0fa85efee998fa2f6aa4fde822cd (patch) | |
tree | 90436de484fc2de80300c13305ebf0a40c955bf3 /rdp/rdp.h | |
parent | c46c748148bb8e1d6b48bb2740adf6b2d1a11b1b (diff) | |
download | xrdp-proprietary-4e93fc3c373c0fa85efee998fa2f6aa4fde822cd.tar.gz xrdp-proprietary-4e93fc3c373c0fa85efee998fa2f6aa4fde822cd.zip |
started rec file
Diffstat (limited to 'rdp/rdp.h')
-rw-r--r-- | rdp/rdp.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |