Searched defs:border_width (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c115 int magnification, char *border_color, int border_width,
178 int border_width = -1; /* border width in pixels */ local
209 border_width = atoi (argv[i]);
284 if (border_width < 0) {
288 border_width = tmp ? atoi (tmp) : DEFAULT_BORDER_SIZE;
343 border_color, border_width, back_color);
376 int border_width, /* width of border */
508 window_hints.width - border_width * 2;
512 window_hints.height - border_width * 2;
612 border_width, 2
371 magnify( char *window_geometry, char *source_geometry, int magnification, char *border_color, int border_width, char *back_color) argument
[all...]
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c856 unsigned int border_width,
882 req->borderWidth = border_width;
849 XSolarisOvlCreateWindow( Display *dpy, Window parent, int x, int y, unsigned int width, unsigned int height, unsigned int border_width, int depth, unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attr ) argument

Completed in 250 milliseconds