projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added (MSW/GTK) and documented new frame and dialog flags
[wxWidgets.git]
/
include
/
wx
/
generic
/
sashwin.h
diff --git
a/include/wx/generic/sashwin.h
b/include/wx/generic/sashwin.h
index 647cbd6aff03431860f81b3f8a166a6b7b99682d..6c4ae240c9311d69dca9797520e4b2e3bd7e4787 100644
(file)
--- a/
include/wx/generic/sashwin.h
+++ b/
include/wx/generic/sashwin.h
@@
-188,6
+188,7
@@
private:
wxColour m_darkShadowColour;
wxColour m_hilightColour;
wxColour m_faceColour;
+ bool m_mouseCaptured;
DECLARE_EVENT_TABLE()
};