Changes between Version 27 and Version 28 of GraphicsAPI


Ignore:
Timestamp:
Nov 18, 2014, 2:38:54 PM (11 years ago)
Author:
pett
Comment:

TG used the old name for the routine (draw_if_needed) rather than the current one (draw_if_changed)

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsAPI

    v27 v28  
    3838* make_opengl_context_current() - this is a window-system specific opengl call.  It should create the OpenGL context when called the first time.
    3939* swap_opengl_buffers() - this is a window-system specific opengl call that causes the rendered off-screen buffer to be shown on the screen.
    40 * draw_if_needed() - called 60 times per second using a window system timer event.
     40* draw_if_changed() - called 60 times per second using a window system timer event.
    4141* draw() - called on a window system exposure event, for example when the graphics window is deiconified.
    4242* resize() - called when the user resizes the graphics window, for example using the mouse.