]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/X_driver.h
r4264@bucket (orig r254): kcr | 2008-01-20 22:11:44 -0500
[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 #include "new_string.h"
23
24 extern Display *dpy;
25
26 extern char *get_string_resource(string, string);
27 extern int get_bool_resource(string, string, int);
28 extern unsigned long x_string_to_color(char *, unsigned long);
29
30 #endif