mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Version 5.0.2: Fix IME-to-search on macOS.
This commit is contained in:
@@ -20,8 +20,6 @@ class MainWindow : public Window::MainWindow {
|
||||
public:
|
||||
explicit MainWindow(not_null<Window::Controller*> controller);
|
||||
|
||||
bool psFilterNativeEvent(void *event);
|
||||
|
||||
int getCustomTitleHeight() const {
|
||||
return _customTitleHeight;
|
||||
}
|
||||
@@ -47,6 +45,11 @@ protected:
|
||||
private:
|
||||
friend class Private;
|
||||
|
||||
bool nativeEvent(
|
||||
const QByteArray &eventType,
|
||||
void *message,
|
||||
qintptr *result) override;
|
||||
|
||||
void hideAndDeactivate();
|
||||
void updateDockCounter();
|
||||
|
||||
|
Reference in New Issue
Block a user