stw: remove duplicate function declarations
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 28 Jan 2009 19:14:57 +0000 (19:14 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 28 Jan 2009 20:07:07 +0000 (20:07 +0000)
src/gallium/state_trackers/wgl/shared/stw_context.c
src/gallium/state_trackers/wgl/shared/stw_context.h

index 6c1f353f962100268fc55db93bfb74228176a0df..bf1f0f83c4847d1b50cbad0ef9f9b2c774a323d6 100644 (file)
@@ -37,6 +37,7 @@
 #include "shared/stw_winsys.h"
 #include "shared/stw_framebuffer.h"
 #include "shared/stw_pixelformat.h"
+#include "stw_public.h"
 #include "stw_context.h"
 
 static struct wgl_context *ctx_head = NULL;
index 91e71cf087f59b64777a677d04eb50dc44219cd0..5e84fc28e6f32e6d27b2a551e6793534f8a540e3 100644 (file)
@@ -43,26 +43,6 @@ struct wgl_context
 struct wgl_context *
 wgl_context_from_hdc(HDC hdc );
 
-//////////////////
-
-
-BOOL stw_copy_context( HGLRC hglrcSrc,
-                           HGLRC hglrcDst,
-                           UINT mask );
-
-HGLRC stw_create_context( HDC hdc, int iLayerPlane );
-
-BOOL stw_delete_context( HGLRC hglrc );
-
-HGLRC stw_get_current_context( void );
-
-HDC stw_get_current_dc( void );
-
-BOOL stw_make_current( HDC hdc, HGLRC hglrc );
-
-
-
-