diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-18 18:05:30 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-18 18:05:30 +0300 |
commit | 66aae3c929b110d9621c649ebaeba2e75dc2a1b9 (patch) | |
tree | c23c27e717ff555be68afba5939585bf5c59d233 /include | |
parent | 9526839551e4958e8064d4b29ee45460597af9ec (diff) |
fixes #4682 (Scriver: пропала подсветка свёрнутого окна в панели задач)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 1a8b5b3dd0..9f3420d407 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -734,6 +734,7 @@ namespace DB bool isSrmm() const; // could be displayed in a SRMM window
bool isHistory() const; // could be displayed in a history window
bool isAlertable() const; // should raise SRMM window
+ bool isCustom(int iType) const; // iType = DETF_* constant
wchar_t* getString(const char *str) const;
wchar_t* getText() const;
|