X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3732409acc7a1e0b3cdb1f0a5dec7cc49a4b28b..ee0a94cfc2f71e8b770eedda5197a1f4bd62b5cb:/include/wx/vlbox.h?ds=inline diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index a512d05108..bc61c0d542 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -13,6 +13,7 @@ #define _WX_VLBOX_H_ #include "wx/vscroll.h" // base class +#include "wx/bitmap.h" class WXDLLEXPORT wxSelectionStore; @@ -286,6 +287,8 @@ private: // the selection bg colour wxColour m_colBgSel; + // double buffer + wxBitmap* m_doubleBuffer; DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxVListBox)