diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-10-04 20:36:35 +1300 | 
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-10-04 20:36:35 +1300 | 
| commit | 3ea9edabaaea62ecf009b215281b981f2b0f9553 (patch) | |
| tree | 11447536b7c0545c620eafc14c1733513e3699a2 /unity-shared/CMakeLists.txt | |
| parent | 5dc4c5d2af7ad753d2569c2988d3a3fb9d89d40e (diff) | |
Refactor the keyboard util functions.
(bzr r2791.5.1)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
| -rw-r--r-- | unity-shared/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt index dbb4b28a8..6676fb759 100644 --- a/unity-shared/CMakeLists.txt +++ b/unity-shared/CMakeLists.txt @@ -35,7 +35,6 @@ set (UNITY_SHARED_SOURCES  DashStyle.cpp  DefaultThumbnailProvider.cpp  FontSettings.cpp - KeyboardUtil.cpp  IMTextEntry.cpp  IconLoader.cpp  IconRenderer.cpp @@ -64,6 +63,7 @@ set (UNITY_SHARED_SOURCES  UnityWindowView.cpp  UserThumbnailProvider.cpp  WindowManager.cpp + XKeyboardUtil.cpp  XWindowManager.cpp  ubus-server.cpp  ) | 
