diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 01:20:14 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 01:20:14 +0000 |
commit | ff59ff27eb61e2b2ef69c2af74a4c9c353a27426 (patch) | |
tree | b5d121d76a7e4b3a8d45d5168d3501916063b1b4 /Xeviestr.h | |
parent | 451aba41359641a9f736896bd004729ef9f7adeb (diff) |
Move request id definitions to Xeviestr.h, leaving Xevie.h for client
library definitions and Xeviestr.h for protocol definitions to allow
cleaner split in modularization.
Diffstat (limited to 'Xeviestr.h')
-rw-r--r-- | Xeviestr.h | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,4 @@ +/* $XdotOrg: $ */ /************************************************************ Copyright 2003 Sun Microsystems, Inc. @@ -33,14 +34,20 @@ of the copyright holder. #ifndef _XEVIESTR_H_ #define _XEVIESTR_H_ - -#include "Xevie.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; |