st/wgl: make stw_current_context() non-static
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -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;
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user