1
0
Fork 0

core/window: Don't mark comment as documentation

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3347>
This commit is contained in:
Sebastian Wick 2023-10-25 21:36:03 +02:00 committed by Marge Bot
parent 98bd2aa2c2
commit cfb3a20215

View file

@ -4562,8 +4562,7 @@ meta_window_make_most_recent (MetaWindow *window,
MetaWorkspaceManager *workspace_manager = window->display->workspace_manager;
GList *l;
/**
* Marks the window as the most recently used window on a specific workspace.
/* Marks the window as the most recently used window on a specific workspace.
* If the window exists on all workspaces, it will become the most recently
* used sticky window on all other workspaces. This ensures proper tracking
* among windows on all workspaces while not overriding MRU for other windows.