From cb31b34dbea210a8890004fd59dea3139b00be6c Mon Sep 17 00:00:00 2001 From: Philippe Lelong Date: Wed, 14 Dec 2016 17:08:53 +0100 Subject: add visa, start websocket implementation Signed-off-by: Philippe Lelong --- WindowManager/WindowManager.pro | 2 +- WindowManager/src/windowmanager.cpp | 4 ++-- WindowManager/src/windowmanager.hpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'WindowManager') diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 5aa7320..335693f 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +#DEFINES += COMPIL_MAITAI TEMPLATE = app TARGET = WindowManager QT = core dbus diff --git a/WindowManager/src/windowmanager.cpp b/WindowManager/src/windowmanager.cpp index e21e5e1..fcd92a4 100644 --- a/WindowManager/src/windowmanager.cpp +++ b/WindowManager/src/windowmanager.cpp @@ -109,7 +109,7 @@ WindowManager::~WindowManager() #endif delete mp_layoutAreaToSurfaceIdAssignment; } -/* maitai +#ifndef COMPIL_MAITAI int WindowManager::getLayerRenderOrder(t_ilm_layer id_array[]) { int i, j; @@ -122,7 +122,7 @@ int WindowManager::getLayerRenderOrder(t_ilm_layer id_array[]) return j; } -*/ +#endif void WindowManager::dumpScene() { qDebug("\n"); diff --git a/WindowManager/src/windowmanager.hpp b/WindowManager/src/windowmanager.hpp index d9ec68c..b0bbb3c 100644 --- a/WindowManager/src/windowmanager.hpp +++ b/WindowManager/src/windowmanager.hpp @@ -50,9 +50,9 @@ private: unsigned int m_screenHeight; int* m_showLayers; - /* maitai +#ifndef COMPIL_MAITAI int getLayerRenderOrder(t_ilm_layer id_array[]); - */ +#endif void dumpScene(); -- cgit 1.2.3-korg