*** motif_graphics.adb.orig Wed Sep 17 18:06:46 1997 --- motif_graphics.adb Thu Sep 18 23:48:56 1997 *************** *** 70,76 **** -- Make an empty 320x200 PixMap. Pixmap := X_Lib.X_Create_Pixmap ! (Common.Display, Common.Window, WPix, HPix, 8); -- Convert that to an empty Image. CRT := X_Lib.X_Get_Image --- 73,80 ---- -- Make an empty 320x200 PixMap. Pixmap := X_Lib.X_Create_Pixmap ! (Common.Display, Common.Window, WPix, HPix, ! X_Lib.X_Default_Depth_Of_Screen (X_Toolkit.Xt_Screen (Common.Appshell))); -- Convert that to an empty Image. CRT := X_Lib.X_Get_Image