diff options
author | chai <chaifix@163.com> | 2019-06-08 08:34:52 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-06-08 08:34:52 +0800 |
commit | d7a972a0f16da0fd7bf4c0b70913920216ff3113 (patch) | |
tree | a9146629cbf513200462c3f1223a9e07f3e01862 /source/modules/asura-core/window/window.h | |
parent | 8bfe54676f728076a92d802bb5d064e58265c8f2 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/window/window.h')
-rw-r--r-- | source/modules/asura-core/window/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/window/window.h b/source/modules/asura-core/window/window.h index 61adae1..d0f62c1 100644 --- a/source/modules/asura-core/window/window.h +++ b/source/modules/asura-core/window/window.h @@ -48,7 +48,7 @@ namespace AsuraEngine int x, y; ///< ڳʼ std::string title; ///< bool vsync; ///< ֱͬ - AEGraphics::ImageData* icon; ///< ͼ + AEImage::ImageData* icon; ///< ͼ bool show; ///< Ƿʾ int flag; ///< ڱ }; @@ -80,7 +80,7 @@ namespace AsuraEngine void SetSize(uint width, uint height); void SetPosition(int x, int y); void SetTitle(const std::string& title); - void SetIcon(AEGraphics::ImageData* imgData); + void SetIcon(AEImage::ImageData* imgData); void Show(); void Hide(); |