Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
89ad6f5df7
commit
0347c48cd7
2 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -76,8 +76,8 @@ public:
|
|||
*/
|
||||
virtual bool pasteTextFromClipboard(ucstring &text);
|
||||
|
||||
void createIM();
|
||||
void closeIM();
|
||||
void createIM();
|
||||
void closeIM();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in a new issue