]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/X_driver.h
ec2492f48bb99763624130b553590b57f8b0a582
[1ts-debian.git] / zephyr / zwgc / X_driver.h
1 #ifndef x_driver_MODULE
2 #define x_driver_MODULE
3
4 /* This file is part of the Project Athena Zephyr Notification System.
5  * It is one of the source files comprising zwgc, the Zephyr WindowGram
6  * client.
7  *
8  *      Created by:     Marc Horowitz <marc@athena.mit.edu>
9  *
10  *      $Id$
11  *
12  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
13  *      For copying and distribution information, see the file
14  *      "mit-copyright.h".
15  */
16
17
18 #include <zephyr/mit-copyright.h>
19
20 #include <X11/Xlib.h>
21
22 extern Display *dpy;
23
24 extern char *get_string_resource();
25 extern int get_bool_resource();
26
27 #endif