Xref: utzoo rec.humor:28610 comp.graphics:8050 comp.lang.postscript:3076 Path: utzoo!utgpu!watmath!watcgl!sfwhite From: sfwhite@watcgl.waterloo.edu (Stephen White) Newsgroups: rec.humor,comp.graphics,comp.lang.postscript Subject: Re: bats bats bats halloween Keywords: bats halloween x11 Message-ID: <12047@watcgl.waterloo.edu> Date: 23 Oct 89 20:33:56 GMT References: <568@hepburn.UUCP> Reply-To: sfwhite@watcgl.waterloo.edu (Stephen White) Organization: U. of Waterloo, Ontario Lines: 35 In article <1344@sdcc13.ucsd.edu>, pa1350@sdcc13.ucsd.edu (melanie t.) writes: > But are there any graphic buffs who will create a batman logo > to complete it all????- Your time and talent will be GREATLY > [edited] Here's an X11R3 bitmap which I use for my cursor: (I use this to activate it: "xsetroot -cursor ~/xtoys/bat.bm ~/xtoys/batmask.bm -fg black -bg yellow -solid '#706262'") --------------------------[ CUT HERE FOR BAT.BM ]------------------------- #define bat_width 16 #define bat_height 16 #define bat_x_hot 7 #define bat_y_hot 12 static char bat_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x06, 0x78, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xfe, 0x3f, 0xc6, 0x31, 0x82, 0x20, 0x82, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; ------------------------[ CUT HERE FOR BATMASK.BM ]----------------------- #define batmask_width 16 #define batmask_height 16 #define batmask_x_hot 7 #define batmask_y_hot 12 static char batmask_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x78, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xef, 0x7b, 0xc7, 0x71, 0xc7, 0x71, 0x00, 0x00, 0x00, 0x00}; -----------------------th' th' th' that's all, folks --------------------- -- standard_disclaimer();