summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index af5e86e6..6d1ddb8f 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -62,7 +62,7 @@ struct vnc
int (*server_set_bgcolor)(struct vnc* v, int bgcolor);
int (*server_set_opcode)(struct vnc* v, int opcode);
int (*server_set_mixmode)(struct vnc* v, int mixmode);
- int (*server_set_brush)(struct vnc* v, int x_orgin, int y_orgin,
+ int (*server_set_brush)(struct vnc* v, int x_origin, int y_origin,
int style, char* pattern);
int (*server_set_pen)(struct vnc* v, int style,
int width);