~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to src/video/SDL_sysvideo.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 20:29:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205202943-ryogi07hodn5cdif
Tags: 1.2.12-1ubuntu1
* Merge with Debian; remaining changes:
  - Remove svgalib support.
  - Prefer libgl1-mesa-dev build-dependency over xlibmesa-gl-dev.
  - Build for lpia as for i386.
* Link using -Wl,-Bsymbolic-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
#if SDL_VIDEO_DRIVER_DRAWSPROCKET
375
375
extern VideoBootStrap DSp_bootstrap;
376
376
#endif
377
 
#if SDL_VIDEO_DRIVER_CYBERGRAPHICS
378
 
extern VideoBootStrap CGX_bootstrap;
379
 
#endif
380
377
#if SDL_VIDEO_DRIVER_PHOTON
381
378
extern VideoBootStrap ph_bootstrap;
382
379
#endif
395
392
#if SDL_VIDEO_DRIVER_DC
396
393
extern VideoBootStrap DC_bootstrap;
397
394
#endif
 
395
#if SDL_VIDEO_DRIVER_NDS
 
396
extern VideoBootStrap NDS_bootstrap;
 
397
#endif
398
398
#if SDL_VIDEO_DRIVER_RISCOS
399
399
extern VideoBootStrap RISCOS_bootstrap;
400
400
#endif