devices: Make MetaDevice/MetaDeviceMap partly public

MetaDevice is quite limited outside of the core, mostly useful
to represent a device, and get the paired one.
This commit is contained in:
Carlos Garnacho
2011-06-19 00:11:42 +02:00
committed by Jasper St. Pierre
parent 20537b9bb0
commit 13acafabe2
17 changed files with 168 additions and 49 deletions

View File

@@ -38,7 +38,7 @@
#include <meta/boxes.h>
#include <meta/display.h>
#include "keybindings-private.h"
#include "device-map.h"
#include "device-map-private.h"
#include <meta/prefs.h>
#ifdef HAVE_STARTUP_NOTIFICATION