You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/x11vnc/winattr_t.h

21 lines
312 B

#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 */