Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bcstec!ruben From: ruben@bcstec.boeing.com (Reuben Wachtfogel) Newsgroups: comp.sys.apollo Subject: B&W Inversion/10.3 Borrow Mode Keywords: SR10.3 GPR Message-ID: <998@bcstec.boeing.com> Date: 27 Jun 91 21:40:05 GMT Organization: Boeing Computer Services, Seattle Lines: 31 This short BORROW MODE program under 10.3 now leaves my B&W node with an inverted color scheme BLACK->WHITE, WHITE->BLACK. Typing inv twice brings it back to normal. This didn't happen under 10.1 Looking for a quick fix and thanx... ruben@dsp35001.boeing.com #include #include gpr_$offset_t init_bitmap_size = {1280, 1024}; gpr_$bitmap_desc_t init_bitmap; gpr_$display_mode_t mode = gpr_$borrow; gpr_$plane_t hi_plane_id = 0; status_$t status; main () { gpr_$init(mode, (short)1, init_bitmap_size, hi_plane_id, &init_bitmap, &status); gpr_$terminate ( true, &status); }