mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
clutter: Indentation and whitespace fix
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3647>
This commit is contained in:
parent
75186fb40a
commit
46ca7fbe00
@ -947,7 +947,7 @@ clutter_event_free (ClutterEvent *event)
|
|||||||
/**
|
/**
|
||||||
* clutter_event_get:
|
* clutter_event_get:
|
||||||
*
|
*
|
||||||
* Pops an event off the event queue. Applications should not need to call
|
* Pops an event off the event queue. Applications should not need to call
|
||||||
* this.
|
* this.
|
||||||
*
|
*
|
||||||
* Return value: A #ClutterEvent or NULL if queue empty
|
* Return value: A #ClutterEvent or NULL if queue empty
|
||||||
@ -1870,7 +1870,7 @@ clutter_event_button_new (ClutterEventType type,
|
|||||||
ClutterInputDeviceTool *tool,
|
ClutterInputDeviceTool *tool,
|
||||||
ClutterModifierType modifiers,
|
ClutterModifierType modifiers,
|
||||||
graphene_point_t coords,
|
graphene_point_t coords,
|
||||||
int button,
|
int button,
|
||||||
uint32_t evcode,
|
uint32_t evcode,
|
||||||
double *axes)
|
double *axes)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user