~ubuntu-branches/ubuntu/precise/xorg-server-lts-saucy/precise-proposed

« back to all changes in this revision

Viewing changes to hw/kdrive/ephyr/ephyrproxyext.h

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-12-23 09:04:34 UTC
  • Revision ID: package-import@ubuntu.com-20131223090434-ymvhk24uu856visk
Tags: 2:1.14.5-1ubuntu2~saucy1~precise1
Initial lts-saucy upload, i386/amd64 only. (LP: #1253041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Xephyr - A kdrive X server thats runs in a host X window.
 
3
 *          Authored by Matthew Allum <mallum@openedhand.com>
 
4
 * 
 
5
 * Copyright © 2007 OpenedHand Ltd 
 
6
 *
 
7
 * Permission to use, copy, modify, distribute, and sell this software and its
 
8
 * documentation for any purpose is hereby granted without fee, provided that
 
9
 * the above copyright notice appear in all copies and that both that
 
10
 * copyright notice and this permission notice appear in supporting
 
11
 * documentation, and that the name of OpenedHand Ltd not be used in
 
12
 * advertising or publicity pertaining to distribution of the software without
 
13
 * specific, written prior permission. OpenedHand Ltd makes no
 
14
 * representations about the suitability of this software for any purpose.  It
 
15
 * is provided "as is" without express or implied warranty.
 
16
 *
 
17
 * OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 
18
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 
19
 * EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 
20
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 
21
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 
22
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 
23
 * PERFORMANCE OF THIS SOFTWARE.
 
24
 *
 
25
 * Authors:
 
26
 *    Dodji Seketeli <dodji@openedhand.com>
 
27
 */
 
28
#ifndef __EPHYRPROXYEXT_H__
 
29
#define __EPHYRPROXYEXT_H__
 
30
 
 
31
Bool ephyrProxyExtensionInit(const char *a_extension_name);
 
32
 
 
33
#endif /*__EPHYRPROXYEXT_H__*/