mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
clutter/stage: Remove inout from paint_to_buffer
Remove the (inout) annotation as we are only using the byte array directly and not a pointer to the array. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2026>
This commit is contained in:
parent
2c8f88dab4
commit
89a13b4557
@ -3199,7 +3199,7 @@ clutter_stage_paint_to_framebuffer (ClutterStage *stage,
|
||||
* @stage: a #ClutterStage actor
|
||||
* @rect: a #cairo_rectangle_int_t
|
||||
* @scale: the scale
|
||||
* @data: (inout) (array) (element-type guint8): a pointer to the data
|
||||
* @data: (array) (element-type guint8): a pointer to the data
|
||||
* @stride: stride of the image surface
|
||||
* @format: the pixel format
|
||||
* @paint_flags: the #ClutterPaintFlag
|
||||
|
Loading…
Reference in New Issue
Block a user