Skip to content

Instantly share code, notes, and snippets.

@njpatel
Created September 17, 2012 09:33
Show Gist options
  • Save njpatel/3736439 to your computer and use it in GitHub Desktop.
Save njpatel/3736439 to your computer and use it in GitHub Desktop.
/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