diff options
Diffstat (limited to 'src/geode.h')
-rw-r--r-- | src/geode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geode.h b/src/geode.h index 1b144ff..3dd3e15 100644 --- a/src/geode.h +++ b/src/geode.h @@ -215,7 +215,7 @@ typedef struct _geodeRec { unsigned long CursorStartOffset; int Pitch; /* display FB pitch */ - int displaySize; /* The size of the visibile area */ + int displaySize; /* The size of the visible area */ ExaOffscreenArea *shadowArea; @@ -285,7 +285,7 @@ typedef struct _geodeRec { int PanelX; int PanelY; - int displayPitch; /* The pitch ofthe visible area */ + int displayPitch; /* The pitch of the visible area */ int displayOffset; /* The offset of the visible area */ DisplayModePtr curMode; |