Commit 0ed42588 authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

Corrected warning.

parent d9ab1f3f
......@@ -59,7 +59,7 @@ static void set_context(IDirect3DDevice2Impl* This) {
if (glXMakeCurrent(display,
odev->common.surface->s.ddraw->d.drawable,
odev->ctx) == False) {
ERR(ddraw, "Error in setting current context (context %p drawable %d)!\n",
ERR(ddraw, "Error in setting current context (context %p drawable %ld)!\n",
odev->ctx, odev->common.surface->s.ddraw->d.drawable);
}
#endif
......
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