diff options
| author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-05-06 09:05:38 -0400 |
|---|---|---|
| committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-05-06 09:05:38 -0400 |
| commit | 0a6a55b5472fff76a09d3b2435ec0d09329a93d7 (patch) | |
| tree | 6e9826cfec408a0fec92064ba82d87f5eb4d4a16 /mc/mc.h | |
| parent | 824909118367d0b012069a3aa94b70b990b6ece0 (diff) | |
| parent | b95dc9e12f570c6612c74f2b9b409946ad5ecdcb (diff) | |
| download | xrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.tar.gz xrdp-proprietary-0a6a55b5472fff76a09d3b2435ec0d09329a93d7.zip | |
Merge pull request #370 from proski/typos
Typo fixes and more
Diffstat (limited to 'mc/mc.h')
| -rw-r--r-- | mc/mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,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); |
