~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/darwin/quartz/pseudoramiX.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Minimal implementation of PanoramiX/Xinerama
 
3
 */
 
4
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/pseudoramiX.h,v 1.3 2004/07/02 01:30:33 torrey Exp $ */
 
5
 
 
6
extern int noPseudoramiXExtension;
 
7
 
 
8
void PseudoramiXAddScreen(int x, int y, int w, int h);
 
9
void PseudoramiXExtensionInit(int argc, char *argv[]);
 
10
void PseudoramiXResetScreens(void);