openbsd-ports/net/nam/patches/patch-paint_cc
2002-10-10 01:47:47 +00:00

13 lines
329 B
Plaintext

$OpenBSD: patch-paint_cc,v 1.1 2002/10/10 01:47:48 naddy Exp $
--- paint.cc.orig Thu Oct 10 03:27:40 2002
+++ paint.cc Thu Oct 10 03:27:51 2002
@@ -70,7 +70,7 @@ Paint::Paint()
thick_ = lookup("black", 3);
thin_ = lookup("black", 1);
- xor_ = lookupXor("black", 1);
+ eor_ = lookupXor("black", 1);
}
void Paint::init()