aboutsummaryrefslogtreecommitdiff
path: root/src/camera/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera/inc')
-rw-r--r--src/camera/inc/camera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/camera/inc/camera.h b/src/camera/inc/camera.h
index a108c98..27efe2e 100644
--- a/src/camera/inc/camera.h
+++ b/src/camera/inc/camera.h
@@ -19,12 +19,12 @@ struct camera
} dim;
int x, y, x_speed, y_speed;
- unsigned int xt, yt;
+ unsigned xt, yt;
bool pan;
struct cursor
{
- unsigned int x, y, x_init, y_init;
+ unsigned x, y, x_init, y_init;
enum
{
CURSOR_STATE_IDLE,