FLTK logo

STR #1846

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #1846

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:2 - Specific to an operating system
Subsystem:OpenGL
Summary:Fl_Gl_Window::mode() needs hide/show when changing FL_STEREO attribute
Version:1.1-current
Created By:d.zimmer
Assigned To:mike
Fix Version:1.1-current (SVN: v5998)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 d.zimmer
19:14 Dec 12, 2007
This is required when switching between non-stereo and stereo OpenGL contexts on win32 for nvidia Quadro-4 750XGL, and probably wgl in all cases.

  int Fl_Gl_Window::mode(int m, const int *a)
  ...
   #if defined(WIN32)
    if (!g || (oldmode^m)&FL_DOUBLE || (oldmode^m)&FL_STEREO) {
      hide();
      show();
    }
  ...
 
 
#2 mike
09:32 Dec 15, 2007
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.