VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/Canvas.h@ 62425

最後變更 在這個檔案從62425是 51223,由 vboxsync 提交於 11 年 前

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.9 KB
 
1/* $XFree86$ */
2/*
3
4Copyright 1987, 1998 The Open Group
5Copyright 2002 Red Hat Inc., Durham, North Carolina.
6
7Permission to use, copy, modify, distribute, and sell this software and its
8documentation for any purpose is hereby granted without fee, provided that
9the above copyright notice appear in all copies and that both that
10copyright notice and this permission notice appear in supporting
11documentation.
12
13The above copyright notice and this permission notice shall be included in
14all copies or substantial portions of the Software.
15
16THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
20AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23Except as contained in this notice, the name of The Open Group shall not be
24used in advertising or otherwise to promote the sale, use or other dealings
25in this Software without prior written authorization from The Open Group.
26
27*/
28
29/*
30 * Authors:
31 * Rickard E. (Rik) Faith <[email protected]>
32 *
33 * This file was originally taken from xc/lib/Xaw/Template.h
34 */
35
36#ifndef _Canvas_h
37#define _Canvas_h
38
39#include <X11/Intrinsic.h>
40
41#define XtNcanvasExposeCallback "canvasExposeCallback"
42#define XtCcanvasExposeCallback "CanvasExposeCallback"
43#define XtNcanvasResizeCallback "canvasResizeCallback"
44#define XtCcanvasResizeCallback "CanvasResizeCallback"
45
46typedef struct _CanvasClassRec *CanvasWidgetClass;
47typedef struct _CanvasRec *CanvasWidget;
48extern WidgetClass canvasWidgetClass;
49
50typedef struct _CanvasExposeDataRec {
51 Widget w;
52 XEvent *event;
53 Region region;
54} CanvasExposeDataRec, *CanvasExposeDataPtr;
55
56#endif /* _Canvas_h */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette