summaryrefslogtreecommitdiff
blob: 662a8ea5ca701109b6c152458e7fe6a8471daff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
+++ cenon.app-3.93/VHFShared/vhfCompatibility.h
@@ -44,7 +44,7 @@
 #if defined( GNUSTEP_BASE_VERSION )
 
 #    define VHFIsDrawingToScreen()	[[NSGraphicsContext currentContext] isDrawingToScreen]
-#    define VHFSelectorIsEqual(a, b)	sel_eq(a, b)
+#    define VHFSelectorIsEqual(a, b)	sel_isEqual(a, b)
 #    define VHFAntialiasing()		[[NSGraphicsContext currentContext] shouldAntialias]
 #    define VHFSetAntialiasing(f)	[[NSGraphicsContext currentContext] setShouldAntialias:f]
 #    define PSWait()			[[NSGraphicsContext currentContext] flushGraphics]