~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

Viewing changes to src/glut/glx/glutint.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
#ifdef _WIN32
665
665
extern void (__cdecl *__glutExitFunc)(int retval);
666
666
#endif
 
667
extern char *__glutPPMFile;
667
668
 
668
669
/* private variables from glut_menu.c */
669
670
extern GLUTmenuItem *__glutItemSelected;
684
685
extern XVisualInfo *__glutDetermineWindowVisual(Bool * treatAsSingle,
685
686
  Bool * visAlloced, void **fbc);
686
687
 
 
688
/* private variables from glut_ppm.c */
 
689
extern void __glutWritePPMFile(void);
 
690
 
687
691
/* private variables from glut_mesa.c */
688
692
extern int __glutMesaSwapHackSupport;
689
693
 
812
816
extern HDC XHDC;
813
817
#endif
814
818
 
 
819
 
815
820
#endif /* __glutint_h__ */