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/state_trackers/glx | |
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/state_trackers/glx')
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/xm_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.h b/src/gallium/state_trackers/glx/xlib/xm_api.h index fa97ea4de01..6d0bc3f4d81 100644 --- a/src/gallium/state_trackers/glx/xlib/xm_api.h +++ b/src/gallium/state_trackers/glx/xlib/xm_api.h @@ -61,7 +61,7 @@ and create a window, you must do the following to use the X/Mesa interface: #include "state_tracker/st_api.h" #include "os/os_thread.h" -#include "state_tracker/xlib_sw_winsys.h" +#include "state_tracker/xlibsw_api.h" # include <X11/Xlib.h> # include <X11/Xlibint.h> |