diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-07-29 00:44:38 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 23:05:45 +0200 |
commit | acfe0013c9d1ef1344c7813d4dae51ba6f2da622 (patch) | |
tree | ba17af85081b346a6b0e753fd9ac1e590a4ca494 /nx-X11/lib/X11/WrBitF.c | |
parent | 35145c251305a562c4273d712fab5b4b387913ab (diff) | |
download | nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.gz nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.bz2 nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.zip |
update src files *[ch] to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/WrBitF.c')
-rw-r--r-- | nx-X11/lib/X11/WrBitF.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/WrBitF.c b/nx-X11/lib/X11/WrBitF.c index dad8d5989..c9ed6b47e 100644 --- a/nx-X11/lib/X11/WrBitF.c +++ b/nx-X11/lib/X11/WrBitF.c @@ -34,7 +34,7 @@ from The Open Group. #include "Xutil.h" #include <stdio.h> -#define ERR_RETURN 0 +#define ERR_RETURN NULL static char *Format_Image( XImage *image, @@ -80,7 +80,7 @@ static char *Format_Image( return(data); } - + #define BYTES_PER_OUTPUT_LINE 12 int |