1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 22:28:02 +01:00

Updating to version 0.20.2

Many bug fixes.
This commit is contained in:
dan
1998-10-21 14:43:47 +00:00
parent 9d2e6ef9f1
commit 9af1c6c415
222 changed files with 9132 additions and 4322 deletions

View File

@@ -1,7 +1,6 @@
#include "wraster.h"
#include <X11/Xlib.h>
#include "wraster.h"
#include <stdlib.h>
#include <stdio.h>
#include "tile.xpm"
@@ -32,11 +31,11 @@ void main(int argc, char **argv)
img = RLoadImage(ctx, argv[1], argc>2 ? atol(argv[2]) : 0);
if (!img) {
puts(RErrorString);
puts(RMessageForError(RErrorCode));
exit(1);
}
if (!RConvertImage(ctx, img, &pix)) {
puts(RErrorString);
puts(RMessageForError(RErrorCode));
exit(1);
}