mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 18:59:08 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
74c68b543c
commit
bf9cbcff48
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.
|
// Version of the driver. Not the interface version!! Increment when implementation of the driver change.
|
||||||
static const uint32 ReleaseVersion;
|
static const uint32 ReleaseVersion;
|
||||||
|
|
||||||
// Windows
|
// Windows
|
||||||
nlWindow _win;
|
nlWindow _win;
|
||||||
sint32 _WindowX;
|
sint32 _WindowX;
|
||||||
sint32 _WindowY;
|
sint32 _WindowY;
|
||||||
bool _WindowVisible;
|
bool _WindowVisible;
|
||||||
bool _DestroyWindow;
|
bool _DestroyWindow;
|
||||||
bool _Maximized;
|
bool _Maximized;
|
||||||
GfxMode _CurrentMode;
|
GfxMode _CurrentMode;
|
||||||
uint _Interval;
|
uint _Interval;
|
||||||
bool _Resizable;
|
bool _Resizable;
|
||||||
|
|
||||||
sint32 _DecorationWidth;
|
sint32 _DecorationWidth;
|
||||||
|
|
|
@ -76,8 +76,8 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual bool pasteTextFromClipboard(ucstring &text);
|
virtual bool pasteTextFromClipboard(ucstring &text);
|
||||||
|
|
||||||
void createIM();
|
void createIM();
|
||||||
void closeIM();
|
void closeIM();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue