projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changes to match listctrl.h changes (forgot to commit yesterday, sorry)
[wxWidgets.git]
/
src
/
xpm
/
simx.c
diff --git
a/src/xpm/simx.c
b/src/xpm/simx.c
index a804e3e4bd9cf99f5454941a1b977df5ea63e0e2..267c4195765dbb6aac8123a2791299ed697760ec 100644
(file)
--- a/
src/xpm/simx.c
+++ b/
src/xpm/simx.c
@@
-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);