~ubuntu-branches/ubuntu/maverick/xserver-xorg-video-geode/maverick

« back to all changes in this revision

Viewing changes to src/geode_driver.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin-Éric Racine
  • Date: 2010-04-18 20:25:30 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100418202530-ks6cje7wipolgzaq
Tags: 2.11.8-4
Added generation of Depends:xserver-xorg-core-dbg for -dbg target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#include "vgaHW.h"
66
66
#include "vbe.h"
67
67
 
68
 
/* Check for some extensions */
69
 
#ifdef XFreeXDGA
70
 
#define _XF86_DGA_SERVER_
71
 
#include <X11/extensions/xf86dgastr.h>
72
 
#endif /* XFreeXDGA */
73
 
 
74
68
#ifdef DPMSExtension
75
69
#include "globals.h"
76
70
#include "opaque.h"