From: Alan Cox Date: Thu, 28 May 2015 22:08:48 +0000 (+0100) Subject: graphics: correct duplicate definition X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=efc46e4b34a4d1f1502a5710135f10cae66526f6;p=FUZIX.git graphics: correct duplicate definition --- diff --git a/Kernel/include/graphics.h b/Kernel/include/graphics.h index b3d26e83..71515d4c 100644 --- a/Kernel/include/graphics.h +++ b/Kernel/include/graphics.h @@ -40,7 +40,7 @@ struct display { #define GFX_BLT_GC 256 #define GFX_RECT 512 /* Rectangles */ #define GFX_RAW 1024 /* Raw command streams */ -#define GFX_RAWCOPY 1024 /* Raw command stream is copier format */ +#define GFX_RAWCOPY 2048 /* Raw command stream is copier format */ uint16_t drawmodes; #define MODE_XOR 1 /* XOR as well as set/clr */ #define MODE_PATTERN 2 /* 8x8 pattern */