home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20642 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.6 KB  |  48 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sdd.hp.com!caen!destroyer!sol.ctr.columbia.edu!ira.uka.de!gate.fzi.de!fzi.de!hiller
  3. From: hiller@fzi.de (Thomas Hiller)
  4. Subject: Re: InterViews possible bug
  5. Message-ID: <1992Dec16.084755.26242@fzi.de>
  6. Sender: news@fzi.de (FZI-news)
  7. Organization: Forschungszentrum Informatik, Karlsruhe, FRG
  8. References: <588@blue.cis.pitt.edu> <31088@nntp_server.ems.cdc.com> <injoh.27.724421021@rz.tu-clausthal.de>
  9. Date: Wed, 16 Dec 1992 08:47:55 GMT
  10. Lines: 36
  11.  
  12. There was a fix posted in May 92 (comp.windows.interviews), that handle this problem.
  13. The fix is only valid for iv-3.0.1.
  14.  
  15. The fix is easy. Here is a diff:
  16.  
  17. *** iv/src/lib/IV-X11/xbitmap.c Wed May 13 17:39:19 1992
  18. --- iv/src/lib/IV-X11/xbitmap.c.orig    Wed May 13 17:39:09 1992
  19. ***************
  20. *** 313,319 ****
  21.       int xmin, int ymin, int xmax, int ymax
  22.   ) {
  23.       XDisplay* dpy = Session::instance()->default_display()->rep()->display_;
  24. !     Transformer t(&matrix);
  25.       t.Invert();
  26.   
  27.       unsigned long lastdrawnpixel = fg;
  28. --- 313,319 ----
  29.       int xmin, int ymin, int xmax, int ymax
  30.   ) {
  31.       XDisplay* dpy = Session::instance()->default_display()->rep()->display_;
  32. !     Transformer t(matrix);
  33.       t.Invert();
  34.   
  35.       unsigned long lastdrawnpixel = fg;
  36.  
  37.  
  38. Please note, that InterViews 3.1 is out and that in the near future (I hope)
  39. it will be available for Linux.
  40.  
  41. Greetings Thomas
  42. -- 
  43. Thomas Hiller                                   email: hiller@fzi.de
  44. Forschungszentrum Informatik
  45. Abtl. Mikrorechnertechnik
  46. Haid-und-Neu-Strasse 10-14                      Fax : +49-721-9654-809
  47. D - 7500 Karlsruhe 1                            Tel.: +49-721-9654-832
  48.