diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 17:33:04 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 17:33:04 -0800 |
commit | f8cb1588efe15eaa1258a1b5615cf33676eddb9a (patch) | |
tree | f9be071e7f32485fc61e9cfb91a47d0e4a3b9acd /xrdp/xrdp.h | |
parent | 5d9dae24c5efcdbc922111612cbd91a9ff114d0e (diff) | |
download | xrdp-proprietary-f8cb1588efe15eaa1258a1b5615cf33676eddb9a.tar.gz xrdp-proprietary-f8cb1588efe15eaa1258a1b5615cf33676eddb9a.zip |
Replace "charactor" with "character" everywhere
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index b23cdaf0..2a9bf0d4 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -444,7 +444,7 @@ server_set_pen(struct xrdp_mod* mod, int style, int width); int DEFAULT_CC server_draw_line(struct xrdp_mod* mod, int x1, int y1, int x2, int y2); int DEFAULT_CC -server_add_char(struct xrdp_mod* mod, int font, int charactor, +server_add_char(struct xrdp_mod* mod, int font, int character, int offset, int baseline, int width, int height, char* data); int DEFAULT_CC @@ -509,6 +509,6 @@ server_monitored_desktop(struct xrdp_mod* mod, struct rail_monitored_desktop_order* mdo, int flags); int DEFAULT_CC -server_add_char_alpha(struct xrdp_mod* mod, int font, int charactor, +server_add_char_alpha(struct xrdp_mod* mod, int font, int character, int offset, int baseline, int width, int height, char* data); |