mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -35,7 +35,6 @@ void PropGetProtocols(Window window, WProtocols *prots);
|
||||
int PropGetWMClass(Window window, char **wm_class, char **wm_instance);
|
||||
int PropGetGNUstepWMAttr(Window window, GNUstepWMAttributes **attr);
|
||||
void PropWriteGNUstepWMAttr(Window window, GNUstepWMAttributes *attr);
|
||||
int PropGetClientLeader(Window window, Window *leader);
|
||||
|
||||
void PropSetWMakerProtocols(Window root);
|
||||
void PropCleanUp(Window root);
|
||||
@@ -44,4 +43,10 @@ void PropCleanUp(Window root);
|
||||
int PropGetMotifWMHints(Window window, MWMHints **mwmhints);
|
||||
#endif
|
||||
|
||||
Window PropGetClientLeader(Window window);
|
||||
|
||||
#ifdef R6SM
|
||||
char *PropGetClientID(Window window);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user