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