(file) Return to quartz.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / darwin

File: [XFree86 CVS] / xc / programs / Xserver / hw / darwin / Attic / quartz.h (download)
Revision: 1.5, Sat Mar 24 23:08:53 2001 UTC (12 years, 1 month ago) by torrey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Initial support for building two X servers on Darwin:
A command line tool for console mode and a Cocoa application for
Quartz mode. All Quartz support code has been out of darwin to darwin/bundle.

/*
  quartz.h

  Quartz-specific functions and definitions
*/
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz.h,v 1.4 2001/03/15 22:24:26 torrey Exp $ */

#ifndef _QUARTZ_H
#define _QUARTZ_H

#include "X11/Xproto.h"
#include "screenint.h"
#include "quartzShared.h"
#include "bundle/quartzPasteboard.h"

void QuartzOsVendorInit(void);
Bool QuartzAddScreen(ScreenPtr screen);
void QuartzGiveUp(void);
void QuartzHide(void);
void QuartzShow(void);

#endif

Powered by
ViewCVS 0.9.2