diff options
| author | jsorg71 <jsorg71> | 2005-07-10 00:24:42 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2005-07-10 00:24:42 +0000 |
| commit | 54db1e64098f234717a2f5d193708f24b0f31e0f (patch) | |
| tree | 990e9425d80222fd2d46bbb048887005d2b29c22 /xrdp/xrdp.h | |
| parent | 7ad052552763f883ff00d59d077b6f552b3a200a (diff) | |
| download | xrdp-proprietary-54db1e64098f234717a2f5d193708f24b0f31e0f.tar.gz xrdp-proprietary-54db1e64098f234717a2f5d193708f24b0f31e0f.zip | |
fixed screenblt for ms client
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 3321909f..c37a8e06 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -226,7 +226,7 @@ xrdp_painter_copy(struct xrdp_painter* self, struct xrdp_bitmap* src, struct xrdp_bitmap* dst, int x, int y, int cx, int cy, - int srcx, int srcy, int opcode); + int srcx, int srcy); /* xrdp_font.c */ struct xrdp_font* APP_CC |
