ws/gdi: missing file

This commit is contained in:
Keith Whitwell 2010-03-09 14:49:39 +00:00
parent ce30b5bf2c
commit 3db9644a9e
1 changed files with 10 additions and 0 deletions

View File

@ -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