diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
| commit | 1291d2dbbe463469837afb471e4af58704b2d94a (patch) | |
| tree | e5fa941dcd12b836e5d97304ff34bf244cbabb18 /xorg/server/module/rdpCapture.h | |
| parent | 73578bc612b63e451a9203f7187f77152d069350 (diff) | |
| download | xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.tar.gz xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.zip | |
work on codec mode
Diffstat (limited to 'xorg/server/module/rdpCapture.h')
| -rw-r--r-- | xorg/server/module/rdpCapture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/server/module/rdpCapture.h b/xorg/server/module/rdpCapture.h index 5810e3b6..4dff1eea 100644 --- a/xorg/server/module/rdpCapture.h +++ b/xorg/server/module/rdpCapture.h @@ -19,7 +19,8 @@ */ Bool -rdpCapture(RegionPtr in_reg, BoxPtr *out_rects, int *num_out_rects, +rdpCapture(rdpClientCon *clientCon, + RegionPtr in_reg, BoxPtr *out_rects, int *num_out_rects, void *src, int src_width, int src_height, int src_stride, int src_format, void *dst, int dst_width, int dst_height, |
