#ifndef __TESTFIXTURE_H__ #define __TESTFIXTURE_H__ #include #include #include #include "ibusimcontext.h" // TODO: Move to a common header file. Also defined in engine.c and // keyman-system-service/src/OrderedOutputDevice.cpp #define KEYMAN_F24_KEYCODE_OUTPUT_SENTINEL 194 // 0xC2 typedef struct { IBusBus* bus; GtkIMContext* context; IBusIMContext* ibuscontext; } IBusKeymanTestsFixture; #endif // __TESTFIXTURE_H__