diff options
author | Emil Velikov <[email protected]> | 2014-02-13 15:24:16 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-22 03:26:28 +0000 |
commit | 4f37e52f374b8b1d7177634dc09ab71e30e1779d (patch) | |
tree | 85f13d7c8ac044eb01628de73c0316f298f15922 /src/gallium/include/state_tracker | |
parent | b4e8572bca60928c297e2b913ea1059aef104b98 (diff) |
winsys/xlib: move xlib_create_sw_winsys within the winsys
v2: Rebase on top of vl_winsys_xsp.c removal
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]> (v1)
Diffstat (limited to 'src/gallium/include/state_tracker')
-rw-r--r-- | src/gallium/include/state_tracker/xlibsw_api.h (renamed from src/gallium/include/state_tracker/xlib_sw_winsys.h) | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/include/state_tracker/xlib_sw_winsys.h b/src/gallium/include/state_tracker/xlibsw_api.h index 4e7ccc13ac8..930127981eb 100644 --- a/src/gallium/include/state_tracker/xlib_sw_winsys.h +++ b/src/gallium/include/state_tracker/xlibsw_api.h @@ -5,9 +5,6 @@ #include <X11/Xlib.h> -struct pipe_screen; -struct pipe_resource; - /* This is what the xlib software winsys expects to find in the * "private" field of flush_frontbuffers(). * @@ -19,11 +16,4 @@ struct xlib_drawable { Drawable drawable; }; - -/* This is the public interface to the ws/xlib module. Why isn't it - * being defined in that directory? - */ -struct sw_winsys *xlib_create_sw_winsys( Display *display ); - - #endif |