summaryrefslogtreecommitdiff
path: root/src/core/above-tab-keycode.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-09-09 20:06:58 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-09-09 20:06:58 +0300
commit92f4cd4e9d939350caa2a60b55b8d36d7c86ea9d (patch)
tree6682f2fd62d187546a2ef5b03854af82ce0bcb0f /src/core/above-tab-keycode.c
parentd69fba052cdd0aa8348dc1bbbbb1ecbadfbebbd8 (diff)
downloadmetacity-92f4cd4e9d939350caa2a60b55b8d36d7c86ea9d.tar.gz
replace mutter with metacity
Diffstat (limited to 'src/core/above-tab-keycode.c')
-rw-r--r--src/core/above-tab-keycode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/above-tab-keycode.c b/src/core/above-tab-keycode.c
index e980f522..8f03dd33 100644
--- a/src/core/above-tab-keycode.c
+++ b/src/core/above-tab-keycode.c
@@ -30,12 +30,12 @@
* implemented here, but unfortunately, fetching the geometry is rather
* slow (It could take 20ms or more.)
*
- * If you looking for a way to optimize Mutter startup performance:
+ * If you looking for a way to optimize Metacity startup performance:
* On all Linux systems using evdev the key above TAB will have
* keycode 49. (KEY_GRAVE=41 + the 8 code point offset between
* evdev keysyms and X keysyms.) So a configure option
* --with-above-tab-keycode=49 could be added that bypassed this
- * code. It wouldn't work right for displaying Mutter remotely
+ * code. It wouldn't work right for displaying Metacity remotely
* to a non-Linux X server, but that is pretty rare.
*/