Skip to content

Commit

Permalink
theme: replace mutter/metacity with marco
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh committed Aug 28, 2018
1 parent 9b6f737 commit 5418b40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/core/window.c
Expand Up @@ -8707,13 +8707,13 @@ meta_window_get_xwindow (MetaWindow *window)
* *
* Returns the #MetaWindow for the window that is pointed to by the * Returns the #MetaWindow for the window that is pointed to by the
* WM_TRANSIENT_FOR hint on this window (see XGetTransientForHint() * WM_TRANSIENT_FOR hint on this window (see XGetTransientForHint()
* or XSetTransientForHint()). Metacity keeps transient windows above their * or XSetTransientForHint()). Marco keeps transient windows above their
* parents. A typical usage of this hint is for a dialog that wants to stay * parents. A typical usage of this hint is for a dialog that wants to stay
* above its associated window. * above its associated window.
* *
* Return value: (transfer none): the window this window is transient for, or * Return value: (transfer none): the window this window is transient for, or
* %NULL if the WM_TRANSIENT_FOR hint is unset or does not point to a toplevel * %NULL if the WM_TRANSIENT_FOR hint is unset or does not point to a toplevel
* window that Metacity knows about. * window that Marco knows about.
*/ */
MetaWindow * MetaWindow *
meta_window_get_transient_for (MetaWindow *window) meta_window_get_transient_for (MetaWindow *window)
Expand Down
2 changes: 1 addition & 1 deletion src/ui/theme-parser.c
Expand Up @@ -3464,7 +3464,7 @@ find_version (const char **attribute_names,
/* Returns whether the version element was successfully parsed. /* Returns whether the version element was successfully parsed.
* If successfully parsed, then two additional items are returned: * If successfully parsed, then two additional items are returned:
* *
* satisfied: whether this version of Mutter meets the version check * satisfied: whether this version of Marco meets the version check
* minimum_required: minimum version of theme format required by version check * minimum_required: minimum version of theme format required by version check
*/ */
static gboolean static gboolean
Expand Down
2 changes: 1 addition & 1 deletion src/ui/theme.c
Expand Up @@ -1174,7 +1174,7 @@ meta_color_spec_new_from_string (const char *str,


if (!debug_set) if (!debug_set)
{ {
debug = g_getenv ("MUTTER_DISABLE_FALLBACK_COLOR") != NULL; debug = g_getenv ("MARCO_DISABLE_FALLBACK_COLOR") != NULL;
debug_set = TRUE; debug_set = TRUE;
} }


Expand Down
2 changes: 1 addition & 1 deletion src/ui/tile-preview.c
@@ -1,6 +1,6 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */


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


/* /*
* Copyright (C) 2010 Florian Müllner * Copyright (C) 2010 Florian Müllner
Expand Down

0 comments on commit 5418b40

Please sign in to comment.