Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37909166
en ru br
Репозитории ALT
S:1.1.1-alt2
5.1: 1.1.0-alt1
4.1: 1.0.2-alt0.M41.1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: xorg-evieproto-devel

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

pax_global_header00006660000000000000000000000064103501337050014507gustar00rootroot0000000000000052 comment=cb3aed6f3b9a97c5bd5eb71fda479309c466f4b4
xorg-evieproto-devel-1.0.2/000075500000000000000000000000001035013370500155735ustar00rootroot00000000000000xorg-evieproto-devel-1.0.2/.cvsignore000064400000000000000000000001621035013370500175720ustar00rootroot00000000000000Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.log
config.status
configure
install-sh
missing
evieproto.pc
xorg-evieproto-devel-1.0.2/COPYING000064400000000000000000000027211035013370500166300ustar00rootroot00000000000000Copyright 2003 Sun Microsystems, Inc.

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
xorg-evieproto-devel-1.0.2/ChangeLog000064400000000000000000000005001035013370500173400ustar00rootroot000000000000002005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>

* configure.ac:
Update package version number for final X11R7 release candidate.

2005-05-27 Alan Coopersmith <alan.coopersmith@sun.com>

* Makefile.am (evie_HEADERS): Removed Xevie.h since it's now only
library prototypes and as such is in lib/Xevie.

xorg-evieproto-devel-1.0.2/Makefile.am000064400000000000000000000002571035013370500176330ustar00rootroot00000000000000eviedir = $(includedir)/X11/extensions
evie_HEADERS = \
Xeviestr.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evieproto.pc

EXTRA_DIST = autogen.sh evieproto.pc.in
xorg-evieproto-devel-1.0.2/Xeviestr.h000064400000000000000000000260161035013370500175620ustar00rootroot00000000000000/* $XdotOrg: $ */
/************************************************************

Copyright 2003 Sun Microsystems, Inc.

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.

************************************************************/

#ifndef _XEVIESTR_H_
#define _XEVIESTR_H_

#define XEVIENAME "XEVIE"

#define XEVIE_MAJOR_VERSION 1
#define XEVIE_MINOR_VERSION 0

#define X_XevieQueryVersion 0
#define X_XevieStart 1
#define X_XevieEnd 2
#define X_XevieSend 3
#define X_XevieSelectInput 4

#define XevieNumberErrors 0

typedef struct _XevieQueryVersion {
CARD8 reqType;
CARD8 xevieReqType;
CARD16 length B16;
CARD16 client_major_version B16;
CARD16 client_minor_version B16;
} xXevieQueryVersionReq;
#define sz_xXevieQueryVersionReq 8

typedef struct {
BYTE type;
BOOL pad1;
CARD16 sequence_number B16;
CARD32 length B32;
CARD16 server_major_version B16;
CARD16 server_minor_version B16;
CARD32 pad2 B32;
CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
} xXevieQueryVersionReply;
#define sz_xXevieQueryVersionReply 32

typedef struct _XevieStart {
CARD8 reqType;
CARD8 xevieReqType;
CARD16 length B16;
CARD32 screen B32;
} xXevieStartReq;
#define sz_xXevieStartReq 8

typedef struct {
BYTE type;
BOOL pad1;
CARD16 sequence_number B16;
CARD32 length B32;
CARD32 pad2 B32;
CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
CARD32 pad7 B32;
} xXevieStartReply;
#define sz_xXevieStartReply 32

typedef struct _XevieEnd {
CARD8 reqType;
CARD8 xevieReqType;
CARD16 length B16;
CARD32 cmap B32;
} xXevieEndReq;
#define sz_xXevieEndReq 8

typedef struct {
BYTE type; /* X_Reply */
BOOL pad1;
CARD16 sequence_number B16;
CARD32 length B32;
CARD32 pad2 B32;
CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
CARD32 pad7 B32;
} xXevieEndReply;
#define sz_xXevieEndReply 32

typedef struct _XevieSend {
CARD8 reqType;
CARD8 xevieReqType;
CARD16 length B16;
xEvent event;
CARD32 dataType B32;
} xXevieSendReq;
#define sz_xXevieSendReq 104

typedef struct {
BYTE type;
BOOL pad1;
CARD16 sequence_number B16;
CARD32 length B32;
CARD32 pad2 B32;
CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
CARD32 pad7 B32;
} xXevieSendReply;
#define sz_xXevieSendReply 32

typedef struct _XevieSelectInput {
CARD8 reqType;
CARD8 xevieReqType;
CARD16 length B16;
CARD32 event_mask B32;
} xXevieSelectInputReq;
#define sz_xXevieSelectInputReq 8

typedef struct {
BYTE type;
BOOL pad1;
CARD16 sequence_number B16;
CARD32 length B32;
CARD32 pad2 B32;
CARD32 pad3 B32;
CARD32 pad4 B32;
CARD32 pad5 B32;
CARD32 pad6 B32;
CARD32 pad7 B32;
} xXevieSelectInputReply;
#define sz_xXevieSelectInputReply 32

#endif /* } _XEVIESTR_H_ */

xorg-evieproto-devel-1.0.2/autogen.sh000075500000000000000000000003031035013370500175700ustar00rootroot00000000000000#! /bin/sh

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd $srcdir

autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

$srcdir/configure --enable-maintainer-mode "$@"
xorg-evieproto-devel-1.0.2/configure.ac000064400000000000000000000003251035013370500200610ustar00rootroot00000000000000AC_PREREQ([2.57])
AC_INIT([EvIEExt], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])

XORG_RELEASE_VERSION

AC_OUTPUT([Makefile
evieproto.pc])
xorg-evieproto-devel-1.0.2/evieproto.pc.in000064400000000000000000000002711035013370500205400ustar00rootroot00000000000000prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: EvIEExt
Description: EvIE extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin