Skip to content

Commit 5418b40

Browse files
committed
theme: replace mutter/metacity with marco
1 parent 9b6f737 commit 5418b40

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/core/window.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8707,13 +8707,13 @@ meta_window_get_xwindow (MetaWindow *window)
87078707
*
87088708
* Returns the #MetaWindow for the window that is pointed to by the
87098709
* WM_TRANSIENT_FOR hint on this window (see XGetTransientForHint()
8710-
* or XSetTransientForHint()). Metacity keeps transient windows above their
8710+
* or XSetTransientForHint()). Marco keeps transient windows above their
87118711
* parents. A typical usage of this hint is for a dialog that wants to stay
87128712
* above its associated window.
87138713
*
87148714
* Return value: (transfer none): the window this window is transient for, or
87158715
* %NULL if the WM_TRANSIENT_FOR hint is unset or does not point to a toplevel
8716-
* window that Metacity knows about.
8716+
* window that Marco knows about.
87178717
*/
87188718
MetaWindow *
87198719
meta_window_get_transient_for (MetaWindow *window)

src/ui/theme-parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3464,7 +3464,7 @@ find_version (const char **attribute_names,
34643464
/* Returns whether the version element was successfully parsed.
34653465
* If successfully parsed, then two additional items are returned:
34663466
*
3467-
* satisfied: whether this version of Mutter meets the version check
3467+
* satisfied: whether this version of Marco meets the version check
34683468
* minimum_required: minimum version of theme format required by version check
34693469
*/
34703470
static gboolean

src/ui/theme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ meta_color_spec_new_from_string (const char *str,
11741174

11751175
if (!debug_set)
11761176
{
1177-
debug = g_getenv ("MUTTER_DISABLE_FALLBACK_COLOR") != NULL;
1177+
debug = g_getenv ("MARCO_DISABLE_FALLBACK_COLOR") != NULL;
11781178
debug_set = TRUE;
11791179
}
11801180

src/ui/tile-preview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
22

3-
/* Mutter tile-preview marks the area a window will *ehm* snap to */
3+
/* Marco tile-preview marks the area a window will *ehm* snap to */
44

55
/*
66
* Copyright (C) 2010 Florian Müllner

0 commit comments

Comments
 (0)