1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/qrash/files/patch-ah

12 lines
277 B
Plaintext
Raw Normal View History

--- video.h.orig Sun Dec 26 17:13:19 1999
+++ video.h Sun Dec 26 17:13:37 1999
@@ -28,7 +28,7 @@
#define VID_MAX_BRIGHT 64
#define MAX_RGB 256
-const VID_AVG_BRIGHT = VID_MAX_BRIGHT/2;
+const int VID_AVG_BRIGHT = VID_MAX_BRIGHT/2;
extern bool vidInitialized;