~brandontschaefer/+junk/break-x

« back to all changes in this revision

Viewing changes to hw/xnest/Screen.h

  • Committer: Brandon Schaefer
  • Date: 2014-09-30 19:38:40 UTC
  • Revision ID: brandon.schaefer@canonical.com-20140930193840-a65z6qk8ze02cgsb
* Init commit to back this up

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 
 
3
Copyright 1993 by Davor Matic
 
4
 
 
5
Permission to use, copy, modify, distribute, and sell this software
 
6
and its documentation for any purpose is hereby granted without fee,
 
7
provided that the above copyright notice appear in all copies and that
 
8
both that copyright notice and this permission notice appear in
 
9
supporting documentation.  Davor Matic makes no representations about
 
10
the suitability of this software for any purpose.  It is provided "as
 
11
is" without express or implied warranty.
 
12
 
 
13
*/
 
14
 
 
15
#ifndef XNESTSCREEN_H
 
16
#define XNESTSCREEN_H
 
17
 
 
18
extern Window xnestDefaultWindows[MAXSCREENS];
 
19
extern Window xnestScreenSaverWindows[MAXSCREENS];
 
20
 
 
21
ScreenPtr xnestScreen(Window window);
 
22
Bool xnestOpenScreen(ScreenPtr pScreen, int argc, char *argv[]);
 
23
Bool xnestCloseScreen(ScreenPtr pScreen);
 
24
 
 
25
#endif                          /* XNESTSCREEN_H */