1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

changes related to plugin system & drawstring

This commit is contained in:
id
2000-12-11 03:10:26 +00:00
parent 2d063d279e
commit 8ca4a67a24
11 changed files with 282 additions and 96 deletions

View File

@@ -22,6 +22,9 @@
* $Id$
*
* $Log$
* Revision 1.3 2000/12/11 03:10:26 id
* changes related to plugin system & drawstring
*
* Revision 1.2 2000/12/03 22:18:20 id
* initiate
*
@@ -41,6 +44,11 @@
#include <wraster.h>
typedef struct _WPluginData {
int size;
void **array;
} WPluginData;
extern void initWindowMaker (Display *d, Colormap c);
extern int start_image (const char *name, int argc, int argc_min, int argc_max,
int width, int height, RImage **image);