< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/randr.h

Print this page

        

*** 3,14 **** * DO NOT REMOVE OR ALTER! */ /* * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $ * ! * Copyright © 2000, Compaq Computer Corporation, ! * Copyright © 2002, Hewlett Packard, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting --- 3,14 ---- * DO NOT REMOVE OR ALTER! */ /* * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $ * ! * Copyright � 2000, Compaq Computer Corporation, ! * Copyright � 2002, Hewlett Packard, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting
*** 29,38 **** --- 29,39 ---- */ #ifndef _RANDR_H_ #define _RANDR_H_ + typedef unsigned short Connection; typedef unsigned short Rotation; typedef unsigned short SizeID; typedef unsigned short SubpixelOrder; #define RANDR_NAME "RANDR"
< prev index next >