Move global_menu_* methods to a separate NativeMenu class.
This commit is contained in:
@ -132,6 +132,7 @@ class DisplayServerWayland : public DisplayServer {
|
||||
#ifdef SPEECHD_ENABLED
|
||||
TTS_Linux *tts = nullptr;
|
||||
#endif
|
||||
NativeMenu *native_menu = nullptr;
|
||||
|
||||
#if DBUS_ENABLED
|
||||
FreeDesktopPortalDesktop *portal_desktop = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user