1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-17 06:35:47 +01:00

Started to make modifications to support libWUtil

This commit is contained in:
dan
1999-09-09 13:46:59 +00:00
parent 65f617ad0c
commit d214a2ca98
6 changed files with 700 additions and 114 deletions

View File

@@ -48,6 +48,14 @@ extern "C" {
event.xclient.message_type=scrPtr->internalMessage;
typedef struct W_Application {
char *applicationName;
int argc;
char **argv;
char *resourcePath;
} W_Application;
typedef struct W_Font {
struct W_Screen *screen;