Home
last modified time | relevance | path

Searched refs:solid_bgnd (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/xbmbrowser/xbmbrowser5.1/
H A Dxbmbrowser.c102 offset(solid_bgnd), XtRImmediate, (XtPointer) Bool_Unset },
441 if ( app_data.solid_bgnd == Bool_Unset )
442 app_data.solid_bgnd = (depth > 1); /* true if on color display */
445 app_data.shape_syms = app_data.solid_bgnd; /* true if on color display */
454 XtNleftBitmap, app_data.solid_bgnd ? tickon : tickoff, NULL);
455 XtAddCallback(optitem, XtNcallback, toggle_option, &app_data.solid_bgnd);
H A Dcallbacks.c139 if ( value == &app_data.solid_bgnd )
143 || value == &app_data.solid_bgnd )
H A DXbmBrowser-color.ad.sed30 *optmenu.solid_bgnd.label: Shaped Windows
50 !XbmBrowser.solid_bgnd: False
H A Dmisc.c68 (XtArgVal)(app_data.solid_bgnd ? XtUnspecifiedPixmap in set_stipple()
85 (XtArgVal)(app_data.solid_bgnd ? XtUnspecifiedPixmap in init_stipple()
H A Dxbmbrowser.h109 Boolean solid_bgnd; /* solid color and shaped windows on/off */ member
H A Dimages.c235 item->type == Xbm ? app_data.solid_bgnd :
236 item->type == Xpm ? app_data.solid_bgnd :