~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/common/FrameBufferGL.cxx

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-06-09 11:33:23 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120609113323-yphjkck8i3ewiao3
Tags: 3.7.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: FrameBufferGL.cxx 2501 2012-05-26 22:18:13Z stephena $
 
17
// $Id: FrameBufferGL.cxx 2524 2012-06-04 15:52:56Z stephena $
18
18
//============================================================================
19
19
 
20
20
#ifdef DISPLAY_OPENGL
332
332
void FrameBufferGL::invalidate()
333
333
{
334
334
  p_gl.Clear(GL_COLOR_BUFFER_BIT);
 
335
  if(myTiaSurface)
 
336
    myTiaSurface->invalidate();
335
337
}
336
338
 
337
339
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -