Make GTKHandleDeferredFocusOut() non-static

Slightly simplify the code by making it a member function.

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-02-03 23:56:44 +01:00
parent f8674c7ff0
commit 1148b2e0fe
2 changed files with 6 additions and 8 deletions

View File

@@ -199,7 +199,7 @@ public:
bool GTKHandleFocusIn();
bool GTKHandleFocusOut();
void GTKHandleFocusOutNoDeferring();
static void GTKHandleDeferredFocusOut();
void GTKHandleDeferredFocusOut();
// Called when m_widget becomes realized. Derived classes must call the
// base class method if they override it.