~kgunn72/mir/mir-mwc-ppa-disable-tests

« back to all changes in this revision

Viewing changes to tests/unit-tests/input/android/test_android_input_lexicon.cpp

If MIR_REQUIRE_DEPRECATED_EVENT_OPT_IN is defined (as it is in Mir tree, but not yet for Qtmir, etc..). It is required to define MIR_INCLUDE_DEPRECATED_EVENT_HEADER in order to get the old event structures.
.

Approved by PS Jenkins bot, Alberto Aguirre, Alexandros Frantzis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Robert Carr <robert.carr@canonical.com>
17
17
 */
18
18
 
 
19
#define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
 
20
 
19
21
#include "mir/input/android/android_input_lexicon.h"
20
22
#include "mir_toolkit/event.h"
21
23