X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ff28c37c8201f104df0fffefb8d269bd327d88d..81bfc17cc63bde7034da16df0c9cb246a8738337:/include/wx/dfb/window.h diff --git a/include/wx/dfb/window.h b/include/wx/dfb/window.h index a7ad48ad09..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;