Created
September 17, 2012 09:33
-
-
Save njpatel/3736439 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp: In member function ‘virtual void unity::UnityScreen::handleEvent(XEvent*)’: | |
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp:1408:52: error: ‘class ScaleScreen’ has no member named ‘getSelectedWindow’ | |
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp:1421:52: error: ‘class ScaleScreen’ has no member named ‘getSelectedWindow’ | |
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp:1455:52: error: ‘class ScaleScreen’ has no member named ‘getSelectedWindow’ | |
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp: In member function ‘virtual void unity::UnityWindow::scalePaintDecoration(const GLWindowPaintAttrib&, const GLMatrix&, const CompRegion&, unsigned int)’: | |
/home/njpatel/Projects/unity/plugins/unityshell/src/unityshell.cpp:3617:33: error: ‘class ScaleScreen’ has no member named ‘getSelectedWindow’ | |
make[2]: *** [plugins/unityshell/CMakeFiles/unityshell.dir/src/unityshell.cpp.o] Error 1 | |
make[1]: *** [plugins/unityshell/CMakeFiles/unityshell.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment