commit | 12222f0d54d2ef58722a34ea333b1c3df7eeb0ae | [log] [tgz] |
---|---|---|
author | Eric Pouech <Eric.Pouech@wanadoo.fr> | Sat Apr 29 14:29:41 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 29 14:29:41 2000 +0000 |
tree | 6890bac453c251eabf8e5a03de25eca641b70ad9 | |
parent | 95bcd5178ae1e18b468fe2cc03353a96a77c450f [diff] [blame] |
Fixed a few compilation warnings.
diff --git a/graphics/x11drv/bitmap.c b/graphics/x11drv/bitmap.c index 67f3d08..484a7b6 100644 --- a/graphics/x11drv/bitmap.c +++ b/graphics/x11drv/bitmap.c
@@ -585,8 +585,8 @@ */ Pixmap X11DRV_BITMAP_CreatePixmapFromBitmap( HBITMAP hBmp, HDC hdc ) { - HGLOBAL hPackedDIB = NULL; - Pixmap pixmap = NULL; + HGLOBAL hPackedDIB = 0; + Pixmap pixmap = 0; /* * Create a packed DIB from the bitmap passed to us.