DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ S T ┃
Length: 3958 (0xf76) Types: TextFile Names: »StrToBmap.c«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦144d629ab⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦34224b4fb⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦50f09e4e4⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦5cb9d2efd⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦610eb0a19⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦7d9cab9a9⟧ └─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦7d9cab9a9⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦85ff0a957⟧ └─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦85ff0a957⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦afaca67b5⟧ └─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦afaca67b5⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS └─ ⟦91c658230⟧ »DATA« └─⟦5d656759a⟧ └─⟦d97085656⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c« └─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦e9895db93⟧ └─ ⟦this⟧ »./Xmu/StrToBmap.c«
#ifndef lint static char rcsid[] = "$XConsortium: StrToBmap.c,v 1.1 88/09/09 14:56:38 swick Exp $"; #endif lint /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital or MIT not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <sys/param.h> /* just to get MAXPATHLEN */ #include "Xmu.h" /* * XmuConvertStringToPixmap: * * creates a depth-1 Pixmap suitable for window manager icons. * "string" represents a bitmap(1) filename which may be absolute, * or relative to the global resource bitmapFilePath, class * BitmapFilePath. If the resource is not defined, the default * value is the build symbol BITMAPDIR. * * shares lots of code with XmuConvertStringToCursor. * * To use, include the following in your ClassInitialize procedure: static XtConvertArgRec screenConvertArg[] = { {XtBaseOffset, (caddr_t) XtOffset(Widget, core.screen), sizeof(Screen *)} }; XtAddConverter("String", "Pixmap", XmuCvtStringToPixmap, screenConvertArg, XtNumber(screenConvertArg)); * */ #define done(address, type) \ { (*toVal).size = sizeof(type); (*toVal).addr = (caddr_t) address; } #ifndef BITMAPDIR #define BITMAPDIR "/usr/include/X11/bitmaps" #endif /*ARGSUSED*/ void XmuCvtStringToPixmap(args, num_args, fromVal, toVal) XrmValuePtr args; Cardinal *num_args; XrmValuePtr fromVal; XrmValuePtr toVal; { static Pixmap pixmap; char *name = (char *)fromVal->addr; Screen *screen; static char* bitmap_file_path = NULL; char filename[MAXPATHLEN]; static XColor bgColor = {0, 0, 0, 0}; static XColor fgColor = {0, ~0, ~0, ~0}; int width, height, xhot, yhot; if (*num_args != 1) XtErrorMsg("wrongParameters","cvtStringToPixmap","XtToolkitError", "String to pixmap conversion needs screen argument", (String *)NULL, (Cardinal *)NULL); screen = *((Screen **) args[0].addr); if (bitmap_file_path == NULL) { XrmName xrm_name[2]; XrmClass xrm_class[2]; XrmRepresentation rep_type; XrmValue value; xrm_name[0] = XrmStringToName( "bitmapFilePath" ); xrm_name[1] = NULL; xrm_class[0] = XrmStringToClass( "BitmapFilePath" ); xrm_class[1] = NULL; if (XrmQGetResource( XtDatabase(DisplayOfScreen(screen)), xrm_name, xrm_class, &rep_type, &value ) && rep_type == XrmStringToQuark(XtRString)) bitmap_file_path = value.addr; else bitmap_file_path = BITMAPDIR; } if ( name[0] == '/' || name[0] == '.' ) strcpy( filename, name ); else sprintf( filename, "%s/%s", bitmap_file_path, name ); if (XReadBitmapFile( DisplayOfScreen(screen), RootWindowOfScreen(screen), filename, &width, &height, &pixmap, &xhot, &yhot ) != BitmapSuccess) { XtStringConversionWarning( name, "Pixmap" ); return; } done(&pixmap, Pixmap); }