]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/browser.h
upstream tag
[1ts-debian.git] / zephyr / zwgc / browser.h
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It is one of the source files comprising zwgc, the Zephyr WindowGram
3  * client.
4  *
5  *      Created by:     Marc Horowitz <marc@athena.mit.edu>
6  *
7  *      $Id: browser.h,v 1.5 1999/01/22 23:20:11 ghudson Exp $
8  *
9  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
10  *      For copying and distribution information, see the file
11  *      "mit-copyright.h".
12  */
13
14
15 #include <zephyr/mit-copyright.h>
16
17 #define BROWSER_NEW_REQ            1
18 #define BROWSER_NEW_REQ_RESP       2
19 #define BROWSER_ZPACKET            3
20 #define BROWSER_ZPACKET_RESP       4
21 #define BROWSER_TEXT               5
22 #define BROWSER_WINDOW_ID          6
23 #define BROWSER_VAR_REQ            7
24 #define BROWSER_VAR_REQ_RESP       8
25
26
27 #define BROWSER_TYPE_OVERRIDE      11
28 #define BROWSER_TYPE_DRIVER        12
29 #define BROWSER_TYPE_WM            13
30 #define BROWSER_TYPE_SIMPLE        14
31
32 #define BROWSER_ACK                21
33 #define BROWSER_NAK                22
34
35 #define BROWSER_KEEP               31
36 #define BROWSER_LOSE               32
37
38 extern int ZBOpenConnection();
39 extern void ZBCloseConnection( /* int fd */ );
40 extern char *var_get_variable( /* char *varname */ );