From 4f37e52f374b8b1d7177634dc09ab71e30e1779d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 13 Feb 2014 15:24:16 +0000 Subject: 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 Reviewed-by: Jakob Bornecrantz (v1) --- src/gallium/targets/graw-xlib/graw_xlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/targets/graw-xlib/graw_xlib.c') diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c index 148837c5e7a..db2637bd3c9 100644 --- a/src/gallium/targets/graw-xlib/graw_xlib.c +++ b/src/gallium/targets/graw-xlib/graw_xlib.c @@ -5,8 +5,9 @@ #include "util/u_memory.h" #include "target-helpers/inline_sw_helper.h" #include "target-helpers/inline_debug_helper.h" -#include "state_tracker/xlib_sw_winsys.h" +#include "state_tracker/xlibsw_api.h" #include "state_tracker/graw.h" +#include "sw/xlib/xlib_sw_winsys.h" #include #include -- cgit v1.2.3