1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 18:32:34 +01:00

Make draw string plugin more extendable in future.

This commit is contained in:
id
2000-11-30 15:32:19 +00:00
parent 867ed95485
commit 1752587a4a
4 changed files with 7 additions and 9 deletions

View File

@@ -95,6 +95,6 @@ WFunction* wPluginCreateFunction(int type, char *library_name,
void wPluginDestroyFunction(WFunction *function);
void** wPluginPackInitData(int members, ...);
void** wPluginPackData(int members, ...);
#endif