Commit ed77348a authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Use 0 instead of NULL in create_glxpixmap().

parent 6de4574f
...@@ -593,7 +593,7 @@ XVisualInfo *X11DRV_setup_opengl_visual( Display *display ) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment