aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/kdrive/ephyr/ephyrproxyext.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-04-28 14:37:15 +0000
committermarha <marha@users.sourceforge.net>2010-04-28 14:37:15 +0000
commitbc18786a3d7b058bd2579ba1381e278a17fed40c (patch)
tree4bee510595cbab5edcc890ba9f251f635595cae0 /xorg-server/hw/kdrive/ephyr/ephyrproxyext.h
parent31154bcb2328faea20b9860eeb3b52766062d273 (diff)
downloadvcxsrv-bc18786a3d7b058bd2579ba1381e278a17fed40c.tar.gz
vcxsrv-bc18786a3d7b058bd2579ba1381e278a17fed40c.tar.bz2
vcxsrv-bc18786a3d7b058bd2579ba1381e278a17fed40c.zip
Removed files not in the git repository
Diffstat (limited to 'xorg-server/hw/kdrive/ephyr/ephyrproxyext.h')
-rw-r--r--xorg-server/hw/kdrive/ephyr/ephyrproxyext.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/xorg-server/hw/kdrive/ephyr/ephyrproxyext.h b/xorg-server/hw/kdrive/ephyr/ephyrproxyext.h
new file mode 100644
index 000000000..e52f8d887
--- /dev/null
+++ b/xorg-server/hw/kdrive/ephyr/ephyrproxyext.h
@@ -0,0 +1,34 @@
+/*
+ * Xephyr - A kdrive X server thats runs in a host X window.
+ * Authored by Matthew Allum <mallum@openedhand.com>
+ *
+ * Copyright © 2007 OpenedHand Ltd
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of OpenedHand Ltd not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission. OpenedHand Ltd makes no
+ * representations about the suitability of this software for any purpose. It
+ * is provided "as is" without express or implied warranty.
+ *
+ * OpenedHand Ltd DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL OpenedHand Ltd BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ *
+ * Authors:
+ * Dodji Seketeli <dodji@openedhand.com>
+ */
+#ifndef __EPHYRPROXYEXT_H__
+#define __EPHYRPROXYEXT_H__
+
+Bool ephyrProxyExtensionInit (const char *a_extension_name) ;
+
+#endif /*__EPHYRPROXYEXT_H__*/
+