input-device: Move select_stage_events() to a vfunc
Don't use a signal, use a virtual function.
This commit is contained in:
@ -109,6 +109,10 @@ struct _ClutterInputDevice
|
||||
struct _ClutterInputDeviceClass
|
||||
{
|
||||
GObjectClass parent_class;
|
||||
|
||||
void (* select_stage_events) (ClutterInputDevice *device,
|
||||
ClutterStage *stage,
|
||||
gint event_mask);
|
||||
};
|
||||
|
||||
/* device manager */
|
||||
|
Reference in New Issue
Block a user