mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Minor fixes.
--HG-- branch : dev-css
This commit is contained in:
@@ -63,7 +63,7 @@ class EE_API UIWindow : public UIWidget {
|
||||
|
||||
UIWindow * setSizeWithDecoration( const Sizef& size );
|
||||
|
||||
const Sizef& getSize();
|
||||
const Sizef& getSize() const;
|
||||
|
||||
virtual void setTheme( UITheme * Theme );
|
||||
|
||||
@@ -229,7 +229,7 @@ class EE_API UIWindow : public UIWidget {
|
||||
|
||||
void fixTitleSize();
|
||||
|
||||
Uint32 onMouseDoubleClick( const Vector2i &position, const Uint32 flags );
|
||||
Uint32 onMouseDoubleClick( const Vector2i &position, const Uint32& flags );
|
||||
|
||||
void checkShortcuts( const Uint32& KeyCode, const Uint32& Mod );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user