openbsd-ports/games/spider/patches/patch-windows_c
brad b1371d095e - remove re-declaration of *alloc() functions
- remove improper comments from end of #else/#endif
2004-10-25 13:49:22 +00:00

19 lines
443 B
Plaintext

$OpenBSD: patch-windows_c,v 1.1 2004/10/25 13:49:22 brad Exp $
--- windows.c.orig Sun Oct 24 17:39:27 2004
+++ windows.c Sun Oct 24 17:40:40 2004
@@ -116,7 +116,7 @@ Pixmap icon_map;
XMapWindow(dpy, message_win);
XMapWindow(dpy, table);
}
-#endif KITLESS
+#endif
#ifndef KITLESS
table_init(win)
@@ -140,4 +140,4 @@ long winmask;
}
XChangeWindowAttributes(dpy, table, winmask, &winattr);
}
-#endif KITLESS
+#endif