WindowServer: Remove "system menu" concept from WindowServer

This commit is contained in:
Andreas Kling 2021-03-25 23:08:34 +01:00
commit 327866520a
Notes: sideshowbarker 2024-07-18 21:05:19 +09:00
9 changed files with 19 additions and 148 deletions

View file

@ -360,8 +360,6 @@ private:
String m_dnd_text;
RefPtr<Core::MimeData> m_dnd_mime_data;
RefPtr<Gfx::Bitmap> m_dnd_bitmap;
bool m_previous_event_is_key_down_logo { false };
};
template<typename Callback>