Added XGetWMProtocols to section 14.1.10
parent
fea119bea2
commit
a35d6ee0dc
|
@ -1145,6 +1145,12 @@ END-STRUCT
|
||||||
|
|
||||||
FUNCTION: Status XSetWMProtocols ( Display* display, Window w, Atom* protocols, int count ) ;
|
FUNCTION: Status XSetWMProtocols ( Display* display, Window w, Atom* protocols, int count ) ;
|
||||||
|
|
||||||
|
FUNCTION: Status XGetWMProtocols (
|
||||||
|
Display* display,
|
||||||
|
Window w,
|
||||||
|
Atom** protocols_return,
|
||||||
|
int* count_return ) ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
! 16 - Application Utility Functions
|
! 16 - Application Utility Functions
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
Loading…
Reference in New Issue