X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Video.html-inc;fp=pages%2FSDL-Video.html-inc;h=6d6a9b4b228e9ee7b50bbcb310d0a41d928acb2c;hb=b968d0e8b4498cf586ccb6b429800486dbc8556c;hp=ac7fc6ff30cd117514d927fb56eac7eeb19245d4;hpb=b1795fa6b82c7e919b5ddb0d5f0e137ac2c0e356;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Video.html-inc b/pages/SDL-Video.html-inc index ac7fc6f..6d6a9b4 100644 --- a/pages/SDL-Video.html-inc +++ b/pages/SDL-Video.html-inc @@ -15,10 +15,33 @@ +
  • convert_surface(surface,format,flags)
  • +
  • display_format
  • +
  • display_format_alpha
  • +
  • load_BMP(filename)
  • +
  • save_BMP(surface,filename)
  • +
  • set_color_key(surface,flag,key)
  • +
  • set_alpha(surface,flag,key)
  • +
  • fill_rect(dest,dest_rect,pixel)
  • + + +
  • Surface locking and unlocking + +
  • +
  • Screen Updating Functions + +
  • +
  • Palette, Color and Pixel Functions +
  • GL Methods @@ -57,6 +67,15 @@
  • display_YUV_overlay(overlay,dstrect)
  • +
  • Window Management Functions + +
  • SEE ALSO