[comp.windows.x] Another missing patch in Tgif-1.16 news posting ...

william@oahu.cs.ucla.edu (William Cheng) (10/29/90)

I appologize for missing another patch for Tgif-1.16.  Apply the following
patch in addition to the patch to take tgif from 1.15 to 1.16 and the
bitmap patches posted previously (Articles 29532 and 29534 of comp.windows.x).
Thanks to Paul Nakada <pnakada@pnakada.oracle.com> for pointing this out.

Apply this patch and the previous bitmap patches with the following command:

	patch -p -N < patchfilename

---------------------------------> cut here <---------------------------------
*** bitmaps/null.bm.orig	Sat Oct 27 18:26:39 1990
--- bitmaps/null.bm	Tue Sep  4 09:37:35 1990
***************
*** 0 ****
--- 1,7 ----
+ #define null_width 8
+ #define null_height 16
+ #define null_x_hot 0
+ #define null_y_hot 0
+ static char null_bits[] = {
+    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0x00};
*** bitmaps/nullmask.bm.orig	Sat Oct 27 18:25:47 1990
--- bitmaps/nullmask.bm	Tue Sep  4 09:35:57 1990
***************
*** 4,7 ****
  #define nullmask_y_hot 0
  static char nullmask_bits[] = {
!    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
!    0x00, 0x00, 0x00, 0x00};
--- 4,7 ----
  #define nullmask_y_hot 0
  static char nullmask_bits[] = {
!    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
!    0xff, 0xff, 0xff, 0xff};
---------------------------------> cut here <---------------------------------
-- 
Bill Cheng // UCLA Computer Science Department // (213) 206-7135
3277 Boelter Hall // Los Angeles, California 90024 // USA
william@CS.UCLA.EDU      ...!{uunet|ucbvax}!cs.ucla.edu!william