store size of WM decorations separately for each TLW, so changes to one do not affect others

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-11-22 17:07:27 +00:00
parent fb9cc37fa8
commit 0ab0d0e1dc
3 changed files with 30 additions and 22 deletions

View File

@@ -102,6 +102,9 @@ public:
int m_gdkFunc,
m_gdkDecor;
// size of WM decorations
wxSize m_decorSize;
// private gtk_timeout_add result for mimicing wxUSER_ATTENTION_INFO and
// wxUSER_ATTENTION_ERROR difference, -2 for no hint, -1 for ERROR hint, rest for GtkTimeout handle.
int m_urgency_hint;