~alan-griffiths/miral/fix-1661256

« back to all changes in this revision

Viewing changes to miral/keymap.cpp

  • Committer: Alan Griffiths
  • Date: 2017-01-18 15:48:07 UTC
  • mfrom: (479.3.4 miral0)
  • Revision ID: alan@octopull.co.uk-20170118154807-8sk8twpl4lyrzxwg
Respect the deprecations landing in lp:mir (and then 0.26)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 26, 0)
29
29
#include <mir/input/keymap.h>
30
 
#include <mir/input/mir_keyboard_configuration.h>
 
30
#include <mir/input/mir_keyboard_config.h>
31
31
#elif MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 24, 1)
32
32
#include <mir/input/keymap.h>
33
33
#include <mir/input/keyboard_configuration.h>