]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/zwgc/xselect.h
import zephyr 3.0~rc2544
[1ts-debian.git] / zephyr / zwgc / xselect.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: xselect.h 2133 2008-01-21 03:11:44Z kcr $
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 #ifndef _XSELECT_H_
18 #define _XSELECT_H_
19
20 extern void xicccmInitAtoms(Display *);
21 extern int xselGetOwnership(Display *, Window, Time);
22 extern int xselProcessSelection(Display *, Window, XEvent *);
23 extern void xselOwnershipLost(Time);
24 extern void xselGiveUpOwnership(Display *, Window);
25
26 extern Atom XA_WM_PROTOCOLS, XA_WM_DELETE_WINDOW;
27
28 #endif