summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-07-26 01:20:22 +0300
committerGitHub <noreply@github.com>2025-07-26 01:20:22 +0300
commit5291fc252aba354e129ec85076348059cae01f3a (patch)
treed058d1439b878d190a029cf4c94f7e4ea3d9291e /indra/llwindow/llwindowwin32.h
parentf80d62e6b202bb49a5b958183508854bae6d868f (diff)
#4374 update icon for title bar
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index fdaa024363..7196706f87 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -214,6 +214,7 @@ protected:
bool mCustomGammaSet;
LPWSTR mIconResource;
+ LPWSTR mIconSmallResource;
bool mInputProcessingPaused;
// The following variables are for Language Text Input control.
@@ -248,6 +249,7 @@ protected:
void updateWindowTheme();
bool isSystemAppDarkMode();
+ void setCustomIcon();
bool mCurrentDarkMode { false };
struct LLWindowWin32Thread;
@@ -285,6 +287,7 @@ private:
extern LLW32MsgCallback gAsyncMsgCallback;
extern LPWSTR gIconResource;
+extern LPWSTR gIconSmallResource;
S32 OSMessageBoxWin32(const std::string& text, const std::string& caption, U32 type);