added XSetStandardProperties
parent
32d67f5745
commit
7783d29a0a
|
@ -1146,6 +1146,20 @@ BEGIN-STRUCT: XVisualInfo
|
||||||
FIELD: int bits_per_rgb
|
FIELD: int bits_per_rgb
|
||||||
END-STRUCT
|
END-STRUCT
|
||||||
|
|
||||||
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
! Appendix D - Compatibility Functions
|
||||||
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
FUNCTION: Status XSetStandardProperties (
|
||||||
|
Display* display,
|
||||||
|
Window w,
|
||||||
|
char* window_name,
|
||||||
|
char* icon_name,
|
||||||
|
Pixmap icon_pixmap,
|
||||||
|
char** argv,
|
||||||
|
int argc,
|
||||||
|
XSizeHints* hints ) ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
: CurrentTime 0 ;
|
: CurrentTime 0 ;
|
||||||
|
|
Loading…
Reference in New Issue