scrnsaver.h | scrnsaver.h | |||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER I N | X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER I N | |||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
Except as contained in this notice, the name of the X Consortium shall not be | Except as contained in this notice, the name of the X Consortium shall not be | |||
used in advertising or otherwise to promote the sale, use or other dealings | used in advertising or otherwise to promote the sale, use or other dealings | |||
in this Software without prior written authorization from the X Consortium. | in this Software without prior written authorization from the X Consortium. | |||
* | * | |||
* Author: Keith Packard, MIT X Consortium | * Author: Keith Packard, MIT X Consortium | |||
*/ | */ | |||
/* $XFree86$ */ | ||||
#ifndef _SCRNSAVER_H_ | #ifndef _SCRNSAVER_H_ | |||
#define _SCRNSAVER_H_ | #define _SCRNSAVER_H_ | |||
#include <X11/Xfuncproto.h> | #include <X11/Xfuncproto.h> | |||
#include <X11/Xlib.h> | #include <X11/Xlib.h> | |||
#include <X11/extensions/saver.h> | #include <X11/extensions/saver.h> | |||
typedef struct { | typedef struct { | |||
int type; /* of event */ | int type; /* of event */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||