22
22
#include "Nux/WindowThread.h"
24
26
#include <X11/extensions/XTest.h>
27
28
#include "nux_automated_test_framework.h"
30
30
unsigned int const NUM_VIEWS = 5;
31
31
unsigned int const ID_UNFOCUSABLE_VIEW = 2; // Please don't make this the last/first one :)
36
36
HLayoutKeyNavigationTest(const char* program_name, int window_width, int window_height, int program_life_span);