Revision 12350,
716 bytes
checked in by ghudson, 26 years ago
(diff) |
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
|
Line | |
---|
1 | /* This file is taken from 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,v 1.2 1999-01-22 23:17:11 ghudson Exp $ |
---|
8 | * |
---|
9 | * Copyright (c) 1991 by the Massachusetts Institute of Technology. |
---|
10 | * For copying and distribution information, see the file |
---|
11 | * "mit-copyright.h". |
---|
12 | */ |
---|
13 | |
---|
14 | |
---|
15 | #include "mit-copyright.h" |
---|
16 | |
---|
17 | #ifndef _XSELECT_H_ |
---|
18 | #define _XSELECT_H_ |
---|
19 | |
---|
20 | extern void xselInitAtoms(); |
---|
21 | extern int xselGetOwnership(); |
---|
22 | extern int xselProcessSelection(); |
---|
23 | extern void xselOwnershipLost(); |
---|
24 | extern void xselGiveUpOwnership(); |
---|
25 | |
---|
26 | #endif /* _XSELECT_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.