mirror of
https://github.com/brl/mutter.git
synced 2025-08-09 09:54:40 +00:00
core: Add device map object
It will contain the input devices available
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#include "xprops.h"
|
||||
#include "workspace-private.h"
|
||||
#include "bell.h"
|
||||
#include "device.h"
|
||||
#include "input-events.h"
|
||||
#include <meta/compositor.h>
|
||||
#include <X11/Xatom.h>
|
||||
@@ -478,6 +479,7 @@ meta_display_open (void)
|
||||
the_display->static_gravity_works = g_getenv ("MUTTER_USE_STATIC_GRAVITY") != NULL;
|
||||
|
||||
meta_bell_init (the_display);
|
||||
the_display->device_map = meta_device_map_new (the_display, TRUE);
|
||||
|
||||
meta_display_init_keys (the_display);
|
||||
|
||||
|
Reference in New Issue
Block a user