1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

fixed compilation probs with SGI cc

This commit is contained in:
kojima
2001-01-06 01:52:27 +00:00
parent d9540f37bf
commit 3874f848c1
4 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ typedef struct _WPluginData {
void **array;
} WPluginData;
typedef void _DL_AnyProc(proplist_t);
typedef void (*_DL_AnyProc)(proplist_t);
/* first 3 must == WS_FOCUSED WS_UNFOCUSED WS_PFOCUSED -- ]d */
#ifdef DRAWSTRING_PLUGIN