summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-02-10 20:39:35 +0100
committerJulien Cristau <jcristau@debian.org>2009-02-10 20:39:35 +0100
commit2aa67e35a99a2f81c11e0cc1006524fdefc58c06 (patch)
treeeec122521d563c81ec4e707fb8ee5bccd93039ec
parent8973f12088c606fcdd2ea1f8a320da78c3866632 (diff)
Typo fix: Sceen -> ScreenHEADmaster
Reported by Antonio D'souza <adsouza@vmware.com>
-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 {