radeonsi: rename variable to clarify its meaning
[mesa.git] / src / gallium / state_trackers / wgl / stw_context.h
index d0e7f2c9f94516435f27f39d7e70a15f8fe50ff4..b630fc307df6c9bc0e109a1d08e864536c9f3718 100644 (file)
@@ -39,7 +39,7 @@ struct stw_context
    struct st_context_iface *st;
    DHGLRC dhglrc;
    int iPixelFormat;
-   HDC hdc;
+   HDC hDrawDC;
    HDC hReadDC;
    BOOL shared;
 
@@ -62,7 +62,7 @@ HDC stw_get_current_dc( void );
 
 HDC stw_get_current_read_dc( void );
 
-BOOL stw_make_current( HDC hdc, HDC hReadDC, DHGLRC dhglrc );
+BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
 
 void stw_notify_current_locked( struct stw_framebuffer *fb );