summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_softpipe_winsys.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-26 17:19:45 -0700
committerKeith Whitwell <keithw@vmware.com>2010-03-28 10:42:38 -0700
commit42ab3f6fd2a019e63bf66cc59c5afb8cb6a53741 (patch)
treed024930324f3473b9a73cb77d812359fa8f87347 /src/gallium/state_trackers/python/st_softpipe_winsys.c
parenta24fc90703f62d286031cb2ee8f625ef728243fd (diff)
st/python: updates for recent interface changes
Still problems at runtime with vertex elements, etc. Building still disabled.
Diffstat (limited to 'src/gallium/state_trackers/python/st_softpipe_winsys.c')
-rw-r--r--src/gallium/state_trackers/python/st_softpipe_winsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/st_softpipe_winsys.c b/src/gallium/state_trackers/python/st_softpipe_winsys.c
index 985374190c..0a332aaa9f 100644
--- a/src/gallium/state_trackers/python/st_softpipe_winsys.c
+++ b/src/gallium/state_trackers/python/st_softpipe_winsys.c
@@ -30,7 +30,7 @@
#include "softpipe/sp_public.h"
#include "llvmpipe/lp_public.h"
#include "state_tracker/sw_winsys.h"
-#include "null/null_sw_winsys.h"
+#include "sw/null/null_sw_winsys.h"
#include "st_winsys.h"