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

final fix

This commit is contained in:
kojima
2002-11-09 14:56:33 +00:00
parent 5e18eadf22
commit d597c61cb7

View File

@@ -24,7 +24,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <limits.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include "wraster.h" #include "wraster.h"
@@ -39,8 +38,9 @@ int RErrorCode=RERR_NONE;
#define HAS_ALPHA(I) ((I)->format == RRGBAFormat) #define HAS_ALPHA(I) ((I)->format == RRGBAFormat)
#define MAX_WIDTH 30000 #define MAX_WIDTH 20000
#define MAX_HEIGHT 30000 #define MAX_HEIGHT 20000
/* 20000^2*4 < 2G */
RImage* RImage*