{
int i;
- if(!stw_icd)
+ if (!stw_icd)
return;
pipe_mutex_lock( stw_icd->mutex );
{
BOOL ret = FALSE;
+ if (!stw_icd)
+ return FALSE;
+
pipe_mutex_lock( stw_icd->mutex );
{
struct stw_context *src = lookup_context( stw_icd, dhrcSource );
HDC hdc,
INT iLayerPlane )
{
- DHGLRC handle = 0;;
+ DHGLRC handle = 0;
+
+ if (!stw_icd)
+ return handle;
pipe_mutex_lock( stw_icd->mutex );
{
{
BOOL ret = FALSE;
+ if (!stw_icd)
+ return ret;
+
pipe_mutex_lock( stw_icd->mutex );
{
struct stw_context *ctx;
{
BOOL ret = FALSE;
+ if (!stw_icd)
+ return ret;
+
pipe_mutex_lock( stw_icd->mutex );
{
struct stw_context *ctx;
{
PGLCLTPROCTABLE result = NULL;
+ if (!stw_icd)
+ return result;
+
pipe_mutex_lock( stw_icd->mutex );
{
struct stw_context *ctx;