~ubuntu-branches/ubuntu/saucy/mupen64plus-video-arachnoid/saucy-proposed

« back to all changes in this revision

Viewing changes to src/m64p.h

  • Committer: Package Import Robot
  • Author(s): Sven Eckelmann
  • Date: 2013-07-06 01:31:51 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20130706013151-xy71vuz68p0psnml
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
extern ptr_VidExt_SetVideoMode          CoreVideo_SetVideoMode;
64
64
extern ptr_VidExt_SetCaption            CoreVideo_SetCaption;
65
65
extern ptr_VidExt_ToggleFullScreen      CoreVideo_ToggleFullScreen;
 
66
extern ptr_VidExt_ResizeWindow          CoreVideo_ResizeWindow;
66
67
extern ptr_VidExt_GL_GetProcAddress     CoreVideo_GL_GetProcAddress;
67
68
extern ptr_VidExt_GL_SetAttribute       CoreVideo_GL_SetAttribute;
68
69
extern ptr_VidExt_GL_SwapBuffers        CoreVideo_GL_SwapBuffers;