st/wgl: make stw_current_context() non-static

Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2013-04-03 13:45:47 -06:00
parent 92e5e45ff1
commit 0c1dcf906d
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#include "stw_tls.h"
static INLINE struct stw_context *
struct stw_context *
stw_current_context(void)
{
struct st_context_iface *st;

View File

@ -48,6 +48,8 @@ DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContex
DHGLRC stw_get_current_context( void );
struct stw_context *stw_current_context(void);
HDC stw_get_current_dc( void );
BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );