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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user