XFree86 4.3.0.1

This commit is contained in:
Kaleb Keithley 2003-11-14 16:48:43 +00:00
parent 5891b79405
commit 3b9115eb4d

View file

@ -24,8 +24,12 @@ static char sccsid[ ] = "@(#) recordstr.h 1.5 6/5/95 12:37:44";
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
**************************************************************************/
/* $XFree86: xc/include/extensions/recordstr.h,v 1.2 2001/08/01 00:44:35 tsi Exp $ */
#include "record.h"
#ifndef _RECORDSTR_H_
#define _RECORDSTR_H_
#include <X11/extensions/record.h>
#define RECORD_NAME "RECORD"
#define RECORD_MAJOR_VERSION 1
@ -315,4 +319,4 @@ typedef struct
#undef RECORD_ELEMENT_HEADER
#undef RECORD_CLIENTSPEC
#endif