Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.micro.att,net.unix-wizards Subject: How do you spell "how big is that window"? Message-ID: <2235@sun.uucp> Date: Mon, 27-May-85 21:42:57 EDT Article-I.D.: sun.2235 Posted: Mon May 27 21:42:57 1985 Date-Received: Thu, 30-May-85 00:25:23 EDT References: <319@npois.UUCP> Organization: Sun Microsystems, Inc. Lines: 24 Xref: watmath net.micro.att:92 net.unix-wizards:13334 > #include > #include > #include > > main() > { > struct uwdata thiswindow; > extern int errno; > int pid; > > (void)ioctl(0,WIOCGETD,&thiswindow); > thiswindow.uw_x = 0; > thiswindow.uw_y = 16; > thiswindow.uw_width = 720; > thiswindow.uw_height = 132; > thiswindow.uw_uflags |= NBORDER; > (void)ioctl(0,WIOCSETD,&thiswindow); Just out of curiosity, is this compatible with any of the windowing "ioctl"s used in CTIX on the {Mini|Mega}Frame? (I already know it's not compatible with the windowing "ioctl"s provided for the Blit/DMD 5620, for SunWindows, or with 4.3BSD - none of which are compatible with each other, either.) Guy Harris