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

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/throwback/test_custom_input_dispatcher.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: Andreas Pokorny <andreas.pokorny@canonical.com>
17
17
 */
18
18
 
 
19
#define MIR_INCLUDE_DEPRECATED_EVENT_HEADER 
 
20
 
19
21
#include "mir/input/input_dispatcher.h"
20
22
 
21
23
#include "clients.h"