input-device: Move select_stage_events() to a vfunc

Don't use a signal, use a virtual function.
This commit is contained in:
Emmanuele Bassi
2011-01-17 17:01:58 +00:00
parent 2777c52f27
commit 342cdd2575
4 changed files with 13 additions and 29 deletions

View File

@ -109,6 +109,10 @@ struct _ClutterInputDevice
struct _ClutterInputDeviceClass
{
GObjectClass parent_class;
void (* select_stage_events) (ClutterInputDevice *device,
ClutterStage *stage,
gint event_mask);
};
/* device manager */