X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4a1433fccecbd5c3e80f921c6de91cbef287b44..ff1dadae388b2f408874b80251d64d16d9d46280:/include/wx/dfb/window.h diff --git a/include/wx/dfb/window.h b/include/wx/dfb/window.h index 582fc3cf5c..5ae337f2bf 100644 --- a/include/wx/dfb/window.h +++ b/include/wx/dfb/window.h @@ -109,6 +109,8 @@ public: void OnInternalIdle(); + virtual bool IsDoubleBuffered() const { return true; } + protected: // implement the base class pure virtuals virtual void DoClientToScreen(int *x, int *y) const; @@ -154,7 +156,7 @@ private: // common part of all ctors void Init(); // counterpart to SetFocus - void KillFocus(); + void DFBKillFocus(); protected: // toplevel window (i.e. DirectFB window) this window belongs to