mirror of
https://github.com/brl/mutter.git
synced 2025-06-29 08:23:04 +00:00
backends/native: Move pause/resume handling to backend
Move the handling of pause/resume events from the launcher to the backend. https://bugzilla.gnome.org/show_bug.cgi?id=779837
This commit is contained in:
@ -34,4 +34,8 @@ G_DECLARE_FINAL_TYPE (MetaBackendNative, meta_backend_native,
|
||||
|
||||
gboolean meta_activate_vt (int vt, GError **error);
|
||||
|
||||
void meta_backend_native_pause (MetaBackendNative *backend_native);
|
||||
|
||||
void meta_backend_native_resume (MetaBackendNative *backend_native);
|
||||
|
||||
#endif /* META_BACKEND_NATIVE_H */
|
||||
|
Reference in New Issue
Block a user