diff options
| author | marha <marha@users.sourceforge.net> | 2015-02-24 07:45:14 +0100 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2015-02-24 07:45:14 +0100 |
| commit | eef70231353a6103f47fcae88a6e89e765e5cd47 (patch) | |
| tree | ff91167b1dc242aa72f083a95e0f1152bcd3de38 /mesalib/src/gallium/include/state_tracker/xlibsw_api.h | |
| parent | ac2c8a704aac7569f4ae85b890a546644bd86c60 (diff) | |
| download | vcxsrv-eef70231353a6103f47fcae88a6e89e765e5cd47.tar.gz vcxsrv-eef70231353a6103f47fcae88a6e89e765e5cd47.tar.bz2 vcxsrv-eef70231353a6103f47fcae88a6e89e765e5cd47.zip | |
Added missing files for mesa
Diffstat (limited to 'mesalib/src/gallium/include/state_tracker/xlibsw_api.h')
| -rw-r--r-- | mesalib/src/gallium/include/state_tracker/xlibsw_api.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mesalib/src/gallium/include/state_tracker/xlibsw_api.h b/mesalib/src/gallium/include/state_tracker/xlibsw_api.h new file mode 100644 index 000000000..930127981 --- /dev/null +++ b/mesalib/src/gallium/include/state_tracker/xlibsw_api.h @@ -0,0 +1,19 @@ +#ifndef XLIB_SW_WINSYS_H +#define XLIB_SW_WINSYS_H + +#include "state_tracker/sw_winsys.h" +#include <X11/Xlib.h> + + +/* This is what the xlib software winsys expects to find in the + * "private" field of flush_frontbuffers(). + * + * Xlib-based state trackers somehow need to know this. + */ +struct xlib_drawable { + Visual *visual; + int depth; + Drawable drawable; +}; + +#endif |
