backends: Start on an initial MetaBackend object

This isn't great so far -- all we did is put the idle monitors here
instead. We'll soon have separate backend subclasses for the two
backends.
This commit is contained in:
Jasper St. Pierre
2014-04-21 19:03:22 -04:00
parent f3ee9be4cb
commit 00ea9bf14b
7 changed files with 195 additions and 63 deletions

View File

@ -44,6 +44,4 @@ GType meta_idle_monitor_xsync_get_type (void);
void meta_idle_monitor_xsync_handle_xevent (MetaIdleMonitor *monitor,
XSyncAlarmNotifyEvent *xevent);
void meta_idle_monitor_xsync_handle_xevent_all (XEvent *xevent);
#endif /* META_IDLE_MONITOR_XSYNC_H */