tests: screen resolution
[profile/ivi/wayland-ivi-extension.git] / ivi-layermanagement-api / test / TestBase.h
1
2 #include "wayland-client.h"
3
4 class TestBase
5 {
6 public:
7     TestBase();
8     virtual ~TestBase();
9
10 protected:
11     wl_surface*    wlSurface;
12     wl_display*    wlDisplay;
13
14 private:
15     wl_registry*   wlRegistry;
16     wl_compositor* wlCompositor;
17 };