e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync/************************************************************
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncCopyright 1996 by Thomas E. Dickey <dickey@clark.net>
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync All Rights Reserved
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncPermission to use, copy, modify, and distribute this software and its
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncdocumentation for any purpose and without fee is hereby granted,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncprovided that the above copyright notice appear in all copies and that
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncboth that copyright notice and this permission notice appear in
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncsupporting documentation, and that the name of the above listed
2f44080df90cb90c1e524d97c8e327b40298f3c6vboxsynccopyright holder(s) not be used in advertising or publicity pertaining
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncto distribution of the software without specific, written prior
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncpermission.
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2f44080df90cb90c1e524d97c8e327b40298f3c6vboxsyncOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync********************************************************/
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync#ifdef HAVE_DIX_CONFIG_H
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync#include <dix-config.h>
2f44080df90cb90c1e524d97c8e327b40298f3c6vboxsync#endif
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#ifndef SETFOCUS_H
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#define SETFOCUS_H 1
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
2f44080df90cb90c1e524d97c8e327b40298f3c6vboxsyncint SProcXSetDeviceFocus(ClientPtr /* client */
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync );
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsyncint ProcXSetDeviceFocus(ClientPtr /* client */
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync );
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync#endif /* SETFOCUS_H */
a0d1e40cc56a54314af0a1a4b5e13905ffd78393vboxsync