mirror of
https://github.com/brl/mutter.git
synced 2024-12-03 21:30:41 -05:00
analysis: Fix the "key-press-event" callback signature
We were returning FALSE in a function declared as returning a gpointer. Turns out that the function should return a gboolea instead.
This commit is contained in:
parent
ec59af290c
commit
83b7801e49
@ -260,7 +260,7 @@ free_clips (CallbackData *data)
|
|||||||
data->clips = NULL;
|
data->clips = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gpointer
|
static gboolean
|
||||||
on_key_press (ClutterActor *stage, ClutterKeyEvent *event,
|
on_key_press (ClutterActor *stage, ClutterKeyEvent *event,
|
||||||
CallbackData *data)
|
CallbackData *data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user