summaryrefslogtreecommitdiffstats
path: root/x11vnc/winattr_t.h
blob: 0956a501dfa76a4bf563cd85d3ee8a01d8b29f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _X11VNC_WINATTR_T_H
#define _X11VNC_WINATTR_T_H

/* -- winattr_t.h -- */

typedef struct winattr {
	Window win;
	int fetched;
	int valid;
	int x, y;
	int width, height;
	int depth;
	int class;
	int backing_store;
	int map_state;
	int rx, ry;
	double time; 
} winattr_t;

#endif /* _X11VNC_WINATTR_T_H */