diff options
author | Victor Kareh <[email protected]> | 2018-08-28 18:48:24 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2018-08-28 18:48:24 -0400 |
commit | 5418b4087150a0b72fa86a8fdea706e66dc908d2 (patch) | |
tree | 8f20634728a2896dacce596941d09fb4a30f9b1a /src/core/window.c | |
parent | 9b6f737a66009e139fcf6979fbbdbad33746df80 (diff) | |
download | marco-5418b4087150a0b72fa86a8fdea706e66dc908d2.tar.bz2 marco-5418b4087150a0b72fa86a8fdea706e66dc908d2.tar.xz |
theme: replace mutter/metacity with marco
Diffstat (limited to 'src/core/window.c')
-rw-r--r-- | src/core/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/window.c b/src/core/window.c index 5ec4af09..cb687471 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -8707,13 +8707,13 @@ meta_window_get_xwindow (MetaWindow *window) * * Returns the #MetaWindow for the window that is pointed to by the * 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 * above its associated window. * * 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 - * window that Metacity knows about. + * window that Marco knows about. */ MetaWindow * meta_window_get_transient_for (MetaWindow *window) |