void OnInternalIdle();
+ virtual bool IsDoubleBuffered() const { return true; }
+
protected:
// implement the base class pure virtuals
virtual void DoClientToScreen(int *x, int *y) const;
// 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