mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 17:50:35 +01:00
st/wgl: make stw_current_context() non-static
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
92e5e45ff1
commit
0c1dcf906d
2 changed files with 3 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue