home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16779 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.7 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!sgiblab!sgigate!odin!twilight!zola!fido!fudge!karlton
  2. From: karlton@fudge.asd.sgi.com (Phil Karlton)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: IrisGL to GLX changes
  5. Date: 23 Nov 1992 18:44:06 GMT
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. Lines: 27
  8. Message-ID: <1er8pmINNsfn@fido.asd.sgi.com>
  9. References: <7013@dove.nist.gov>
  10. NNTP-Posting-Host: fudge.asd.sgi.com
  11.  
  12.  
  13. In article <7013@dove.nist.gov>, fred@poly2.nist.gov writes:
  14.     Where can I find a definative list of the functions that are available in IrisGL,
  15.     but which can't be used in a mixed mode (GLX) application.
  16.  
  17. This should be fairly close. I got it from the GLXwinset man page.
  18.  
  19. PK
  20. =======================================================================
  21. BUGS
  22.      All of the GL routines which access window system controlled features are
  23.      illegal to call for a mixed model window.  Not all of these routines
  24.      report errors, so here is a list of the routines which mixed model
  25.      programs cannot call.
  26.  
  27.      qdevice, qread, qtest, qenter, getbutton, getvaluator, setvaluator,
  28.      noise, unqdevice, mapcolor, getmcolor, gconfig, doubelbuffer,
  29.      singlebuffer, RGBmode, cimode, overlay, underlay, acsize, curstype,
  30.      defcursor, setcursor, winopen, wintitle, winposition, winmove,
  31.      foreground, noborder, noport, iconsize, icontitle, keepaspect, maxsize,
  32.      minsize, step, fudge, prefposition, prefsize
  33.  
  34.      The following routines will work, but execute much slower for mixed model
  35.      windows, and this information should be obtained from the window system
  36.      if at all possible.  Avoid these routines.
  37.  
  38.      getsize, getorigin, reshapeviewport, getviewport
  39.