summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 93e8d27..9b7dd6d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -35,9 +35,9 @@ typedef struct {
real y;
} c2_t;
-typedef struct {//no screens will ever be bigger than 32k x 32k, right?
- short x;
- short y;
+typedef struct {//x11 wants coords to be integers. let's make this that.
+ int x;
+ int y;
} cs_t;
typedef struct {