diff options
Diffstat (limited to 'src/libtools/my_x11_defs_32.h')
| -rw-r--r-- | src/libtools/my_x11_defs_32.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libtools/my_x11_defs_32.h b/src/libtools/my_x11_defs_32.h index 5d596485..0f24a865 100644 --- a/src/libtools/my_x11_defs_32.h +++ b/src/libtools/my_x11_defs_32.h @@ -1414,4 +1414,19 @@ typedef struct my_XFilters_32_s { ptr_t alias; //short * } my_XFilters_32_t; +typedef struct my__XRRMonitorInfo_32_s { + XID_32 name; + int primary; + int automatic; + int noutput; + int x; + int y; + int width; + int height; + int mwidth; + int mheight; + ptr_t outputs; //XID* +} my_XRRMonitorInfo_32_t; + + #endif//MY_X11_DEFS_32 \ No newline at end of file |