Use 0 instead of NULL in create_glxpixmap().
This commit is contained in:
parent
6de4574fb0
commit
ed77348a9e
|
@ -593,7 +593,7 @@ XVisualInfo *X11DRV_setup_opengl_visual( Display *display )
|
||||||
|
|
||||||
XID create_glxpixmap(X11DRV_PDEVICE *physDev)
|
XID create_glxpixmap(X11DRV_PDEVICE *physDev)
|
||||||
{
|
{
|
||||||
return NULL;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL destroy_glxpixmap(XID glxpixmap)
|
BOOL destroy_glxpixmap(XID glxpixmap)
|
||||||
|
|
Loading…
Reference in New Issue