| author | Julien Cristau <jcristau@debian.org> | 2009-02-10 19:39:35 (GMT) |
|---|---|---|
| committer | Julien Cristau <jcristau@debian.org> | 2009-02-10 19:39:35 (GMT) |
| commit | 2aa67e35a99a2f81c11e0cc1006524fdefc58c06 (patch) (side-by-side diff) | |
| tree | eec122521d563c81ec4e707fb8ee5bccd93039ec | |
| parent | 8973f12088c606fcdd2ea1f8a320da78c3866632 (diff) | |
| download | grandr-master.zip grandr-master.tar.gz | |
Reported by Antonio D'souza <adsouza@vmware.com>
| -rw-r--r-- | src/grandr.h | 4 |
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 { |
