mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
mutter: Remove stray spaces
To silence code-style-check complains.
Fixes d44f02ba64
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3018>
This commit is contained in:
parent
52579c545b
commit
4a5a31edc6
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaBackend:
|
||||
*
|
||||
*
|
||||
* Handles monitor config, modesetting, cursor sprites, ...
|
||||
*
|
||||
* MetaBackend is the abstraction that deals with several things like:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* MetaBarrier:
|
||||
*
|
||||
*
|
||||
* Pointer barriers
|
||||
*/
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
/**
|
||||
* MetaColorManager:
|
||||
*
|
||||
*
|
||||
* Interfaces for managing color-related properties like
|
||||
* color look-up tables and color spaces.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaCursorTracker:
|
||||
*
|
||||
*
|
||||
* Mutter cursor tracking helper. Originally only tracking
|
||||
* the cursor image, now more of a "core pointer abstraction"
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
* MetaIdleMonitor:
|
||||
*
|
||||
*
|
||||
* Mutter idle counter (similar to X's IDLETIME)
|
||||
*/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaInputSettings:
|
||||
*
|
||||
*
|
||||
* Mutter input device configuration
|
||||
*/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaLogicalMonitor:
|
||||
*
|
||||
*
|
||||
* An abstraction for a monitor(set) and its configuration.
|
||||
*
|
||||
* A logical monitor is a group of one or more physical monitors that
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
/**
|
||||
* MetaMonitorManager:
|
||||
*
|
||||
*
|
||||
* A manager for multiple monitors
|
||||
*
|
||||
* #MetaMonitorManager is an abstract class which contains methods to handle
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaPointerConstraint:
|
||||
*
|
||||
*
|
||||
* Pointer client constraints.
|
||||
*
|
||||
* A MetaPointerConstraint can be used to implement any kind of pointer
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
/**
|
||||
* MetaRendererView:
|
||||
*
|
||||
*
|
||||
* Renders (a part of) the global stage.
|
||||
*
|
||||
* A MetaRendererView object is responsible for rendering (a part of) the
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaRenderer:
|
||||
*
|
||||
*
|
||||
* Keeps track of the different renderer views.
|
||||
*
|
||||
* A MetaRenderer object has 2 functions:
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaBackendNative:
|
||||
*
|
||||
*
|
||||
* A native (KMS/evdev) MetaBackend
|
||||
*
|
||||
* MetaBackendNative is an implementation of #MetaBackend that uses "native"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaBarrierImplNative:
|
||||
*
|
||||
*
|
||||
* Pointer barriers implementation for the native backend
|
||||
*/
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaClutterBackendNative:
|
||||
*
|
||||
*
|
||||
* A native backend which renders using EGL.
|
||||
*
|
||||
* MetaClutterBackendNative is the #ClutterBackend which is used by the native
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaMonitorManagerNative:
|
||||
*
|
||||
*
|
||||
* A subclass of #MetaMonitorManager using Linux DRM
|
||||
*
|
||||
* #MetaMonitorManagerNative is a subclass of #MetaMonitorManager which
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaBackendX11:
|
||||
*
|
||||
*
|
||||
* A X11 MetaBackend
|
||||
*
|
||||
* MetaBackendX11 is an implementation of #MetaBackend using X and X
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
/**
|
||||
* MetaBarrierImplX11:
|
||||
*
|
||||
*
|
||||
* Pointer barriers implementation for X11
|
||||
*/
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
/**
|
||||
* MetaMonitorManagerXrandr:
|
||||
*
|
||||
*
|
||||
* A subclass of #MetaMonitorManager using XRadR
|
||||
*
|
||||
* #MetaMonitorManagerXrandr is a subclass of #MetaMonitorManager which
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* MetaCompositor:
|
||||
*
|
||||
*
|
||||
* Compositor API
|
||||
*
|
||||
* At a high-level, a window is not-visible or visible. When a
|
||||
|
@ -24,10 +24,10 @@
|
||||
* MetaBackgroundContent:
|
||||
*
|
||||
* This class handles tracking and painting the root window background.
|
||||
*
|
||||
*
|
||||
* By integrating with [class@Meta.WindowGroup] we can avoid painting parts of
|
||||
* the background that are obscured by other windows.
|
||||
*
|
||||
*
|
||||
* The overall model drawing model of this content is that we have one
|
||||
* texture, or two interpolated textures, possibly with alpha or
|
||||
* margins that let the underlying background show through, blended
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* MetaBackgroundGroup:
|
||||
*
|
||||
*
|
||||
* Container for background actors
|
||||
*
|
||||
* This class is a subclass of ClutterActor with special handling for
|
||||
|
@ -38,7 +38,7 @@ static guint signals[LAST_SIGNAL] = { 0 };
|
||||
* MetaBackgroundImageCache:
|
||||
*
|
||||
* Caches loading of textures for backgrounds.
|
||||
*
|
||||
*
|
||||
* There's actually nothing background specific about it, other than it is tuned
|
||||
* to work well for large images as typically are used for backgrounds.
|
||||
*/
|
||||
@ -216,7 +216,7 @@ out:
|
||||
*
|
||||
* Loads an image to use as a background, or returns a reference to an
|
||||
* image that is already in the process of loading or loaded.
|
||||
*
|
||||
*
|
||||
* In either case, what is returned is a [class@Meta.BackgroundImage] which can be dereferenced
|
||||
* to get a [iface@Cogl.Texture]. If [method@Meta.BackgroundImage.is_loaded] returns %TRUE,
|
||||
* the background is loaded, otherwise the [signal@Meta.BackgroundImage::loaded]
|
||||
|
@ -58,7 +58,7 @@ region_apply_transform_expand_maybe_ref (cairo_region_t *region,
|
||||
|
||||
/**
|
||||
* MetaCullable:
|
||||
*
|
||||
*
|
||||
* CPU culling operations for efficient drawing
|
||||
*
|
||||
* When we are painting a stack of 5-10 large actors, the standard
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/**
|
||||
* MetaDnDActor:
|
||||
*
|
||||
*
|
||||
* Actor for painting the drag and drop surface
|
||||
*
|
||||
*/
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/**
|
||||
* MetaFeedbackActor:
|
||||
*
|
||||
*
|
||||
* Actor for painting user interaction feedback
|
||||
*/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaPlugin:
|
||||
*
|
||||
*
|
||||
* Entry point for plugins
|
||||
*/
|
||||
|
||||
|
@ -188,7 +188,7 @@ meta_shadow_unref (MetaShadow *shadow)
|
||||
*
|
||||
* Paints the shadow at the given position, for the specified actual
|
||||
* size of the region.
|
||||
*
|
||||
*
|
||||
* Since a #MetaShadow can be shared between different sizes with
|
||||
* the same extracted [struct@Meta.WindowShape] the size needs to be passed in here.
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* MetaShapedTexture:
|
||||
*
|
||||
*
|
||||
* A ClutterContent which draws a shaped texture
|
||||
*
|
||||
* A MetaShapedTexture draws a #CoglTexture (often provided from a client
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* MetaSurfaceActor:
|
||||
*
|
||||
*
|
||||
* An actor representing a surface in the scene graph
|
||||
*
|
||||
* MetaSurfaceActor is an abstract class which represents a surface in the
|
||||
|
@ -29,7 +29,7 @@ G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* MetaTextureMipmap:
|
||||
*
|
||||
*
|
||||
* Mipmap handling for textures
|
||||
*
|
||||
* A #MetaTextureMipmap is used to get GL mipmaps for a texture
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* MetaWindowActor:
|
||||
*
|
||||
*
|
||||
* An actor representing a top-level window in the scene graph
|
||||
*
|
||||
* #MetaWindowActor is a #ClutterActor that adds a notion of a window to the
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/*
|
||||
* bell:
|
||||
*
|
||||
*
|
||||
* Ring the bell or flash the screen
|
||||
*
|
||||
* Sometimes, X programs "ring the bell", whatever that means. Mutter lets
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
* MetaDisplay:
|
||||
*
|
||||
*
|
||||
* Mutter display representation
|
||||
*
|
||||
* The display is represented as a #MetaDisplay struct.
|
||||
@ -388,7 +388,7 @@ meta_display_class_init (MetaDisplayClass *klass)
|
||||
*
|
||||
* The signal will be emitted to indicate that the compositor
|
||||
* should show a message during restart.
|
||||
*
|
||||
*
|
||||
* This is emitted when [func@Meta.restart] is called, either by Mutter
|
||||
* internally or by the embedding compositor. The message should be
|
||||
* immediately added to the Clutter stage in its final form -
|
||||
@ -417,10 +417,10 @@ meta_display_class_init (MetaDisplayClass *klass)
|
||||
*
|
||||
* The signal is emitted to indicate that compositor
|
||||
* should reexec the process.
|
||||
*
|
||||
*
|
||||
* This is emitted when [func@Meta.restart] is called,
|
||||
* either by Mutter internally or by the embedding compositor.
|
||||
*
|
||||
*
|
||||
* See also [signal@Meta.Display::show-restart-message].
|
||||
*
|
||||
* Returns: %FALSE to indicate that the compositor could not
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* MetaKeybinding:
|
||||
*
|
||||
*
|
||||
* Key bindings
|
||||
*/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaGestureTracker:
|
||||
*
|
||||
*
|
||||
* Manages gestures on windows/desktop
|
||||
*
|
||||
* Forwards touch events to clutter actors, and accepts/rejects touch sequences
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
* Preferences:
|
||||
*
|
||||
*
|
||||
* Mutter preferences
|
||||
*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* restart-helper
|
||||
*
|
||||
*
|
||||
* Helper program during a restart
|
||||
*
|
||||
* To smoothly restart Mutter, we want to keep the composite
|
||||
|
@ -119,14 +119,14 @@ child_setup (gpointer user_data)
|
||||
* @context: a #MetaContext
|
||||
*
|
||||
* Starts the process of restarting the compositor.
|
||||
*
|
||||
*
|
||||
* Note that Mutter's involvement here is to make the restart
|
||||
* visually smooth for the user - it cannot itself safely
|
||||
* reexec a program that embeds libmuttter.
|
||||
*
|
||||
*
|
||||
* So in order for this to work, the compositor must handle two
|
||||
* signals
|
||||
*
|
||||
*
|
||||
* - [signal@Meta.Display::show-restart-message], to display the
|
||||
* message passed here on the Clutter stage
|
||||
* - [signal@Meta.Display::restart] to actually reexec the compositor.
|
||||
@ -208,7 +208,7 @@ meta_restart (const char *message,
|
||||
*
|
||||
* Returns %TRUE if this instance of Mutter comes from Mutter
|
||||
* restarting itself (for example to enable/disable stereo.)
|
||||
*
|
||||
*
|
||||
* See [func@Meta.restart]. If this is the case, any startup visuals
|
||||
* or animations should be suppressed.
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* stack:
|
||||
*
|
||||
*
|
||||
* Which windows cover which other windows
|
||||
*
|
||||
* There are two factors that determine window position.
|
||||
|
@ -171,7 +171,7 @@ meta_add_verbose_topic (MetaDebugTopic topic)
|
||||
* @topic: Topic for which logging will be stopped
|
||||
*
|
||||
* Stop printing log messages for the given topic @topic.
|
||||
*
|
||||
*
|
||||
* Note that this method does not stack with [func@Meta.add_verbose_topic];
|
||||
* i.e. if two calls to [func@Meta.add_verbose_topic] for the same
|
||||
* topic are made, one call to [func@Meta.remove_verbose_topic] will
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
* MetaWindow:
|
||||
*
|
||||
*
|
||||
* A display-agnostic abstraction for a window.
|
||||
*
|
||||
* #MetaWindow is the core abstraction in Mutter of a window. It has the
|
||||
@ -36,7 +36,7 @@
|
||||
* [method@Meta.Window.get_window_type].
|
||||
*
|
||||
* Common API for windows include:
|
||||
*
|
||||
*
|
||||
* - Minimizing: [method@Meta.Window.minimize] / [method@Meta.Window.unminimize]
|
||||
* - Maximizing: [method@Meta.Window.maximize] / [method@Meta.Window.unmaximize]
|
||||
* - Fullscreen: [method@Meta.Window.make_fullscreen] / [method@Meta.Window.unmake_fullscreen]
|
||||
@ -716,7 +716,7 @@ meta_window_class_init (MetaWindowClass *klass)
|
||||
*
|
||||
* This is emitted when the position of a window might
|
||||
* have changed.
|
||||
*
|
||||
*
|
||||
* Specifically, this is emitted when the position of
|
||||
* the toplevel window has changed, or when the position
|
||||
* of the client window has changed.
|
||||
@ -749,7 +749,7 @@ meta_window_class_init (MetaWindowClass *klass)
|
||||
*
|
||||
* This is emitted when the size of a window might
|
||||
* have changed.
|
||||
*
|
||||
*
|
||||
* Specifically, this is emitted when the size of
|
||||
* the toplevel window has changed, or when the
|
||||
* size of the client window has changed.
|
||||
@ -3980,7 +3980,7 @@ meta_window_move_resize_internal (MetaWindow *window,
|
||||
* Moves the window to the desired location on window's assigned
|
||||
* workspace, using the northwest edge of the frame as the reference,
|
||||
* instead of the actual window's origin, but only if a frame is present.
|
||||
*
|
||||
*
|
||||
* Otherwise, acts identically to meta_window_move().
|
||||
*/
|
||||
void
|
||||
@ -4434,7 +4434,7 @@ meta_window_frame_rect_to_client_rect (MetaWindow *window,
|
||||
*
|
||||
* Gets the rectangle that bounds @window that is what the user thinks of
|
||||
* as the edge of the window.
|
||||
*
|
||||
*
|
||||
* This doesn't include any extra reactive area that we or the client
|
||||
* adds to the window, or any area that the client adds to draw a client-side shadow.
|
||||
*/
|
||||
@ -5296,7 +5296,7 @@ meta_window_set_focused_internal (MetaWindow *window,
|
||||
* @rect: (out): rectangle into which to store the returned geometry.
|
||||
*
|
||||
* Gets the location of the icon corresponding to the window.
|
||||
*
|
||||
*
|
||||
* The location will be provided set by the task bar or other user interface
|
||||
* element displaying the icon, and is relative to the root window.
|
||||
*
|
||||
@ -5325,7 +5325,7 @@ meta_window_get_icon_geometry (MetaWindow *window,
|
||||
* @rect: (nullable): rectangle with the desired geometry or %NULL.
|
||||
*
|
||||
* Sets or unsets the location of the icon corresponding to the window.
|
||||
*
|
||||
*
|
||||
* If set, the location should correspond to a dock, task bar or other user
|
||||
* interface element displaying the icon, and is relative to the root window.
|
||||
*/
|
||||
@ -5968,7 +5968,7 @@ meta_window_same_application (MetaWindow *window,
|
||||
* meta_window_is_client_decorated:
|
||||
*
|
||||
* Check if if the window has decorations drawn by the client.
|
||||
*
|
||||
*
|
||||
* `window->decorated` refers only to whether we should add decorations.
|
||||
*/
|
||||
gboolean
|
||||
@ -6255,7 +6255,7 @@ meta_window_stack_just_above (MetaWindow *window,
|
||||
*
|
||||
* The user time represents a timestamp for the last time the user
|
||||
* interacted with this window.
|
||||
*
|
||||
*
|
||||
* Note this property is only available for non-override-redirect windows.
|
||||
*
|
||||
* The property is set by Mutter initially upon window creation,
|
||||
@ -6435,7 +6435,7 @@ meta_window_get_frame (MetaWindow *window)
|
||||
* @window: a #MetaWindow
|
||||
*
|
||||
* Determines if the window should be drawn with a focused appearance.
|
||||
*
|
||||
*
|
||||
* This is true for focused windows but also true for windows with a focused modal
|
||||
* dialog attached.
|
||||
*
|
||||
@ -6517,7 +6517,7 @@ meta_window_get_window_type (MetaWindow *window)
|
||||
* @window: a #MetaWindow
|
||||
*
|
||||
* Gets the [class@Meta.Workspace] that the window is currently displayed on.
|
||||
*
|
||||
*
|
||||
* If the window is on all workspaces, returns the currently active
|
||||
* workspace.
|
||||
*
|
||||
@ -7020,7 +7020,7 @@ meta_window_get_frame_bounds (MetaWindow *window)
|
||||
* @window: a #MetaWindow
|
||||
*
|
||||
* Tests if @window should be attached to its parent window.
|
||||
*
|
||||
*
|
||||
* If the `attach_modal_dialogs` option is not enabled, this will
|
||||
* always return %FALSE.
|
||||
*
|
||||
@ -7052,7 +7052,7 @@ has_attached_foreach_func (MetaWindow *window,
|
||||
* @window: a #MetaWindow
|
||||
*
|
||||
* Tests if @window has any transients attached to it.
|
||||
*
|
||||
*
|
||||
* If the `attach_modal_dialogs` option is not enabled, this will
|
||||
* always return %FALSE.
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* MetaWorkspace:
|
||||
*
|
||||
*
|
||||
* Workspaces
|
||||
*
|
||||
* A workspace is a set of windows which all live on the same
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
/**
|
||||
* Common:
|
||||
*
|
||||
*
|
||||
* Mutter common types
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* MetaBackgroundActor:
|
||||
*
|
||||
* This class handles tracking and painting the root window background.
|
||||
*
|
||||
*
|
||||
* By integrating with [class@Meta.WindowGroup] we can avoid painting parts of
|
||||
* the background that are obscured by other windows.
|
||||
*/
|
||||
|
@ -30,7 +30,7 @@
|
||||
* MetaBackground:
|
||||
*
|
||||
* This class handles tracking and painting the root window background.
|
||||
*
|
||||
*
|
||||
* By integrating with [class@Meta.WindowGroup] we can avoid painting parts of
|
||||
* the background that are obscured by other windows.
|
||||
*/
|
||||
|
@ -344,7 +344,7 @@ typedef enum
|
||||
* @META_BUTTON_FUNCTION_LAST: Marks the end of the #MetaButtonFunction enumeration
|
||||
*
|
||||
* Function a window button can have.
|
||||
*
|
||||
*
|
||||
* Note, you can't add stuff here without extending the theme format
|
||||
* to draw a new function and breaking all existing themes.
|
||||
*/
|
||||
|
@ -69,7 +69,7 @@ G_DECLARE_FINAL_TYPE (MetaShadowFactory,
|
||||
* MetaShadowFactory:
|
||||
*
|
||||
* Create window shadows.
|
||||
*
|
||||
*
|
||||
* It caches shadows internally so that multiple shadows created for
|
||||
* the same shape with the same radius will share the same [struct@Meta.Shadow].
|
||||
*/
|
||||
@ -90,10 +90,10 @@ void meta_shadow_factory_get_params (MetaShadowFactory *factory,
|
||||
|
||||
/**
|
||||
* MetaShadow:
|
||||
*
|
||||
*
|
||||
* Holds a shadow texture along with information about how to
|
||||
* apply that texture to draw a window texture.
|
||||
*
|
||||
*
|
||||
* E.g., it knows how big the unscaled borders are on each
|
||||
* side of the shadow texture.
|
||||
*/
|
||||
|
@ -33,10 +33,10 @@ GType meta_window_shape_get_type (void) G_GNUC_CONST;
|
||||
|
||||
/**
|
||||
* MetaWindowShape:
|
||||
*
|
||||
*
|
||||
* Represents a 9-sliced region with borders on all sides that
|
||||
* are unscaled, and a constant central region that is scaled.
|
||||
*
|
||||
*
|
||||
* For example, the regions representing two windows that are rounded rectangles,
|
||||
* with the same corner radius but different sizes, have the same MetaWindowShape.
|
||||
*
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
/**
|
||||
* MetaWaylandBuffer
|
||||
*
|
||||
*
|
||||
* A wrapper for wayland buffers
|
||||
*
|
||||
* #MetaWaylandBuffer is a general wrapper around wl_buffer, the basic way of
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
/**
|
||||
* MetaWaylandDmaBuf
|
||||
*
|
||||
*
|
||||
* Handles passing DMA-BUFs in Wayland
|
||||
*
|
||||
* The MetaWaylandDmaBuf namespace contains several objects and functions to
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/**
|
||||
* MetaGroup:(skip)
|
||||
*
|
||||
*
|
||||
* Mutter window groups
|
||||
*/
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
/**
|
||||
* MetaX11Display:
|
||||
*
|
||||
*
|
||||
* Mutter X display handler
|
||||
*
|
||||
* The X11 display is represented as a #MetaX11Display struct.
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
/**
|
||||
* Errors:
|
||||
*
|
||||
*
|
||||
* Mutter X error handling
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user