Initial work for Aura on Linux.

This commit is contained in:
Cheng Zhao 2014-07-02 14:14:52 +00:00
parent 949821f255
commit 84878c4c77
9 changed files with 287 additions and 9 deletions

View file

@ -87,7 +87,7 @@ class Menu : public mate::Wrappable,
virtual void UpdateStates() = 0;
#endif
#if defined(OS_WIN) || defined(TOOLKIT_GTK)
#if defined(OS_WIN) || defined(OS_LINUX)
virtual void AttachToWindow(Window* window) = 0;
#endif