summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grandr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grandr.h b/src/grandr.h
index c00fe1a..73487e7 100644
--- a/src/grandr.h
+++ b/src/grandr.h
@@ -28,7 +28,7 @@
#include "constant.h"
-struct SceenInfo;
+struct ScreenInfo;
struct CrtcInfo {
RRCrtc id;
@@ -42,7 +42,7 @@ struct CrtcInfo {
int changed;
- struct SceenInfo *screen_info;
+ struct ScreenInfo *screen_info;
};
struct OutputInfo {