ws/gdi: missing file
authorKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 14:49:39 +0000 (14:49 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 14:49:39 +0000 (14:49 +0000)
src/gallium/winsys/gdi/gdi_sw_winsys.h [new file with mode: 0644]

diff --git a/src/gallium/winsys/gdi/gdi_sw_winsys.h b/src/gallium/winsys/gdi/gdi_sw_winsys.h
new file mode 100644 (file)
index 0000000..7e00d78
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef GDI_SW_WINSYS_H
+#define GDI_SW_WINSYS_H
+
+#include "pipe/p_compiler.h"
+#include "state_tracker/sw_winsys.h"
+
+struct sw_winsys *
+gdi_create_sw_winsys(void)
+
+#endif