19 #ifndef MIR_INPUT_EVDEV_LIBINPUT_DEVICE_PTR_H_
20 #define MIR_INPUT_EVDEV_LIBINPUT_DEVICE_PTR_H_
24 struct libinput_device;
33 using LibInputDevicePtr = std::unique_ptr<libinput_device, libinput_device*(*)(libinput_device*)>;
All things Mir.
Definition: atomic_callback.h:25