Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-11-21 23:30:28 +01:00
parent c0ae02db6d
commit f97796382b
2 changed files with 11 additions and 11 deletions

View file

@ -695,15 +695,15 @@ private:
// Version of the driver. Not the interface version!! Increment when implementation of the driver change.
static const uint32 ReleaseVersion;
// Windows
nlWindow _win;
sint32 _WindowX;
sint32 _WindowY;
bool _WindowVisible;
bool _DestroyWindow;
bool _Maximized;
GfxMode _CurrentMode;
uint _Interval;
// Windows
nlWindow _win;
sint32 _WindowX;
sint32 _WindowY;
bool _WindowVisible;
bool _DestroyWindow;
bool _Maximized;
GfxMode _CurrentMode;
uint _Interval;
bool _Resizable;
sint32 _DecorationWidth;

View file

@ -76,8 +76,8 @@ public:
*/
virtual bool pasteTextFromClipboard(ucstring &text);
void createIM();
void closeIM();
void createIM();
void closeIM();
private: