diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-02 18:50:38 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-02 18:50:38 +0100 |
| commit | b4c9fd7400bef587ac12935829f50e054362f86c (patch) | |
| tree | 5af63dfc31212ee6f0800329bf63d4c05379b0f9 /unity-shared | |
| parent | 4ed77d1c0546cf6580c9394f84f919bc3f69f682 (diff) | |
TestKeyboardUtil: add tests for near key symbols lookup
(bzr r3983.13.3)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/XKeyboardUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unity-shared/XKeyboardUtil.cpp b/unity-shared/XKeyboardUtil.cpp index 0fa108d17..ec22361cd 100644 --- a/unity-shared/XKeyboardUtil.cpp +++ b/unity-shared/XKeyboardUtil.cpp @@ -1,6 +1,6 @@ // -*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* - * Copyright (C) 2011 Canonical Ltd + * Copyright (C) 2011-2015 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -15,6 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Authored by: Jason Smith <jason.smith@canonical.com> + * Marco Trevisan <marco.trevisan@canonical.com> */ #include <gdk/gdk.h> |
