|
Line 0
Link Here
|
|
|
1 |
--- twm.h.orig 1998-06-03 08:42:52.000000000 -0700 |
| 2 |
+++ twm.h 2013-06-01 08:23:26.000000000 -0700 |
| 3 |
@@ -305,6 +305,12 @@ |
| 4 |
#define TBPM_MENU ":menu" /* name of titlebar pixmap for menus */ |
| 5 |
#define TBPM_QUESTION ":question" /* name of unknown titlebar pixmap */ |
| 6 |
|
| 7 |
+#ifndef X_NOT_STDC_ENV |
| 8 |
+#include <stdlib.h> |
| 9 |
+#else |
| 10 |
+extern char *malloc(), *calloc(), *realloc(), *getenv(); |
| 11 |
+extern int free(); |
| 12 |
+#endif |
| 13 |
extern void Reborder(), Done(); |
| 14 |
void ComputeCommonTitleOffsets(); |
| 15 |
void ComputeWindowTitleOffsets(), ComputeTitleLocation(); |