OS/2 compile error fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f0ded96ffb
commit
7c697725f1
@ -294,7 +294,7 @@ XCreateImage(Display *d, Visual *v,
|
||||
} else*/ {
|
||||
#ifdef __OS2__
|
||||
img->bitmap = GpiCreateBitmap(*d, &bmih, 0L, NULL, NULL);
|
||||
WinReleasePS(hps);
|
||||
WinReleasePS(*d);
|
||||
#else
|
||||
img->bitmap = CreateBitmap(width, height, 1 /* plane */ ,
|
||||
depth /* bits per pixel */ , NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user