Lines Matching +defs:other +defs:window
80 struct window { struct
87 int width, height; /* of window */ argument
90 double x, y;
94 size_t ndeltas;
95 struct point deltas[64];
98 int absx, absy;
101 struct {
107 } scroll;
110 struct touch touches[32];
113 struct {
115 bool other; member
117 } buttons;
120 struct {
123 } swipe;
125 struct {
130 } pinch;
132 struct {
148 } tool;
150 struct {
159 } pad;
161 struct {
189 draw_evdev_rel(struct window *w, cairo_t *cr) in draw_evdev_rel() argument
762 GdkWindow *window; in map_event_cb() local