diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-05-03 13:07:13 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-05-04 23:33:30 -0700 |
commit | ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807 (patch) | |
tree | d9ef08b59192ba39b968fd3d6877f946b8bd1ba0 /xup | |
parent | fdb146740f2e544008e90214854b7a4aa2472e84 (diff) | |
download | xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.tar.gz xrdp-proprietary-ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807.zip |
Typo fixes
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ struct mod int (*server_set_bgcolor)(struct mod* v, int bgcolor); int (*server_set_opcode)(struct mod* v, int opcode); int (*server_set_mixmode)(struct mod* v, int mixmode); - int (*server_set_brush)(struct mod* v, int x_orgin, int y_orgin, + int (*server_set_brush)(struct mod* v, int x_origin, int y_origin, int style, char* pattern); int (*server_set_pen)(struct mod* v, int style, int width); |