openbsd-ports/net/nam/patches/patch-paint_cc

13 lines
351 B
Plaintext
Raw Normal View History

$OpenBSD: patch-paint_cc,v 1.2 2003/10/29 22:14:43 sturm Exp $
--- paint.cc.orig 2003-08-20 03:37:54.000000000 -0400
+++ paint.cc 2003-08-20 03:38:15.000000000 -0400
2002-10-09 21:47:47 -04:00
@@ -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()