~ubuntu-branches/ubuntu/karmic/virtualbox-ose/karmic-updates

« back to all changes in this revision

Viewing changes to src/VBox/Additions/x11/x11include/xorg-server-1.5.3/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-09-14 18:25:07 UTC
  • mfrom: (0.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090914182507-c98g07mq16hjmn6d
Tags: 3.0.6-dfsg-1ubuntu1
* Merge from debian unstable (LP: #429697), remaining changes:
  - Enable DKMS support on virtualbox host and guest modules (LP: #267097)
    - Drop virtualbox-ose{-guest,}-modules-* package templates
    - Recommend *-source instead of *-modules packages
    - Replace error messages related to missing/mismatched
      kernel module accordingly
  - Autoload kernel module
    - LOAD_VBOXDRV_MODULE=1 in virtualbox-ose.default
  - Disable update action
    - patches/u01-disable-update-action.dpatch
  - Virtualbox should go in Accessories, not in System tools (LP: #288590)
    - virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add apport hook
    - virtualbox-ose.files/source_virtualbox-ose.py
    - virtualbox-ose.install
  - Add launchpad integration
    - control
    - lpi-bug.xpm
    - patches/u02-lp-integration.dpatch
  - virtualbox, virtualbox-* (names of the upstream proprietary packages)
    conflict with virtualbox-ose (LP: #379878)
* Make debug package depend on normal or guest utils package
* Drop patches/22-pulseaudio-stubs.dpatch (applied upstream)
* Rename Ubuntu specific patches to uXX-*.dpatch
* Fix lintian warnings in maintainer scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***********************************************************
2
 
 
3
 
Copyright 1987, 1998  The Open Group
4
 
 
5
 
Permission to use, copy, modify, distribute, and sell this software and its
6
 
documentation for any purpose is hereby granted without fee, provided that
7
 
the above copyright notice appear in all copies and that both that
8
 
copyright notice and this permission notice appear in supporting
9
 
documentation.
10
 
 
11
 
The above copyright notice and this permission notice shall be included in
12
 
all copies or substantial portions of the Software.
13
 
 
14
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
17
 
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18
 
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
 
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
 
 
21
 
Except as contained in this notice, the name of The Open Group shall not be
22
 
used in advertising or otherwise to promote the sale, use or other dealings
23
 
in this Software without prior written authorization from The Open Group.
24
 
 
25
 
 
26
 
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
27
 
 
28
 
                        All Rights Reserved
29
 
 
30
 
Permission to use, copy, modify, and distribute this software and its 
31
 
documentation for any purpose and without fee is hereby granted, 
32
 
provided that the above copyright notice appear in all copies and that
33
 
both that copyright notice and this permission notice appear in 
34
 
supporting documentation, and that the name of Digital not be
35
 
used in advertising or publicity pertaining to distribution of the
36
 
software without specific, written prior permission.  
37
 
 
38
 
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
39
 
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
40
 
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
41
 
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
42
 
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
43
 
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
44
 
SOFTWARE.
45
 
 
46
 
Copyright 1992, 1993 Data General Corporation;
47
 
Copyright 1992, 1993 OMRON Corporation  
48
 
 
49
 
Permission to use, copy, modify, distribute, and sell this software and its
50
 
documentation for any purpose is hereby granted without fee, provided that the
51
 
above copyright notice appear in all copies and that both that copyright
52
 
notice and this permission notice appear in supporting documentation, and that
53
 
neither the name OMRON or DATA GENERAL be used in advertising or publicity
54
 
pertaining to distribution of the software without specific, written prior
55
 
permission of the party whose name is to be used.  Neither OMRON or 
56
 
DATA GENERAL make any representation about the suitability of this software
57
 
for any purpose.  It is provided "as is" without express or implied warranty.  
58
 
 
59
 
OMRON AND DATA GENERAL EACH DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
60
 
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
61
 
IN NO EVENT SHALL OMRON OR DATA GENERAL BE LIABLE FOR ANY SPECIAL, INDIRECT
62
 
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
63
 
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
64
 
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
65
 
OF THIS SOFTWARE.
66
 
 
67
 
******************************************************************/
68
 
#ifndef MISC_H
69
 
#define MISC_H 1
70
 
/*
71
 
 *  X internal definitions 
72
 
 *
73
 
 */
74
 
 
75
 
extern unsigned long globalSerialNumber;
76
 
extern unsigned long serverGeneration;
77
 
 
78
 
#include <X11/Xosdefs.h>
79
 
#include <X11/Xfuncproto.h>
80
 
#include <X11/Xmd.h>
81
 
#include <X11/X.h>
82
 
#include <X11/Xdefs.h>
83
 
 
84
 
#include <stddef.h>
85
 
 
86
 
#ifndef MAXSCREENS
87
 
#define MAXSCREENS      16
88
 
#endif
89
 
#define MAXCLIENTS      256
90
 
#define MAXFORMATS      8
91
 
 
92
 
typedef unsigned long PIXEL;
93
 
typedef unsigned long ATOM;
94
 
 
95
 
 
96
 
#ifndef TRUE
97
 
#define TRUE 1
98
 
#define FALSE 0
99
 
#endif
100
 
 
101
 
#ifndef _XTYPEDEF_CALLBACKLISTPTR
102
 
typedef struct _CallbackList *CallbackListPtr; /* also in dix.h */
103
 
#define _XTYPEDEF_CALLBACKLISTPTR
104
 
#endif
105
 
 
106
 
typedef struct _xReq *xReqPtr;
107
 
 
108
 
#include "os.h"         /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */
109
 
#include <X11/Xfuncs.h> /* for bcopy, bzero, and bcmp */
110
 
 
111
 
#define NullBox ((BoxPtr)0)
112
 
#define MILLI_PER_MIN (1000 * 60)
113
 
#define MILLI_PER_SECOND (1000)
114
 
 
115
 
    /* this next is used with None and ParentRelative to tell
116
 
       PaintWin() what to use to paint the background. Also used
117
 
       in the macro IS_VALID_PIXMAP */
118
 
 
119
 
#define USE_BACKGROUND_PIXEL 3
120
 
#define USE_BORDER_PIXEL 3
121
 
 
122
 
 
123
 
/* byte swap a 32-bit literal */
124
 
#define lswapl(x) ((((x) & 0xff) << 24) |\
125
 
                   (((x) & 0xff00) << 8) |\
126
 
                   (((x) & 0xff0000) >> 8) |\
127
 
                   (((x) >> 24) & 0xff))
128
 
 
129
 
/* byte swap a short literal */
130
 
#define lswaps(x) ((((x) & 0xff) << 8) | (((x) >> 8) & 0xff))
131
 
 
132
 
#undef min
133
 
#undef max
134
 
 
135
 
#define min(a, b) (((a) < (b)) ? (a) : (b))
136
 
#define max(a, b) (((a) > (b)) ? (a) : (b))
137
 
/* abs() is a function, not a macro; include the file declaring
138
 
 * it in case we haven't done that yet.
139
 
 */
140
 
#include <stdlib.h>
141
 
#ifndef Fabs
142
 
#define Fabs(a) ((a) > 0.0 ? (a) : -(a))        /* floating absolute value */
143
 
#endif
144
 
#define sign(x) ((x) < 0 ? -1 : ((x) > 0 ? 1 : 0))
145
 
/* this assumes b > 0 */
146
 
#define modulus(a, b, d)    if (((d) = (a) % (b)) < 0) (d) += (b)
147
 
/*
148
 
 * return the least significant bit in x which is set
149
 
 *
150
 
 * This works on 1's complement and 2's complement machines.
151
 
 * If you care about the extra instruction on 2's complement
152
 
 * machines, change to ((x) & (-(x)))
153
 
 */
154
 
#define lowbit(x) ((x) & (~(x) + 1))
155
 
 
156
 
/* XXX Not for modules */
157
 
#include <limits.h>
158
 
#if !defined(MAXSHORT) || !defined(MINSHORT) || \
159
 
    !defined(MAXINT) || !defined(MININT)
160
 
/*
161
 
 * Some implementations #define these through <math.h>, so preclude
162
 
 * #include'ing it later.
163
 
 */
164
 
 
165
 
#include <math.h>
166
 
#undef MAXSHORT
167
 
#define MAXSHORT SHRT_MAX
168
 
#undef MINSHORT
169
 
#define MINSHORT SHRT_MIN
170
 
#undef MAXINT
171
 
#define MAXINT INT_MAX
172
 
#undef MININT
173
 
#define MININT INT_MIN
174
 
 
175
 
#include <assert.h>
176
 
#include <ctype.h>
177
 
#include <stdio.h>     /* for fopen, etc... */
178
 
 
179
 
#endif
180
 
 
181
 
/* some macros to help swap requests, replies, and events */
182
 
 
183
 
#define LengthRestB(stuff) \
184
 
    ((client->req_len << 2) - sizeof(*stuff))
185
 
 
186
 
#define LengthRestS(stuff) \
187
 
    ((client->req_len << 1) - (sizeof(*stuff) >> 1))
188
 
 
189
 
#define LengthRestL(stuff) \
190
 
    (client->req_len - (sizeof(*stuff) >> 2))
191
 
 
192
 
#define SwapRestS(stuff) \
193
 
    SwapShorts((short *)(stuff + 1), LengthRestS(stuff))
194
 
 
195
 
#define SwapRestL(stuff) \
196
 
    SwapLongs((CARD32 *)(stuff + 1), LengthRestL(stuff))
197
 
 
198
 
/* byte swap a 32-bit value */
199
 
#define swapl(x, n) { \
200
 
                 n = ((char *) (x))[0];\
201
 
                 ((char *) (x))[0] = ((char *) (x))[3];\
202
 
                 ((char *) (x))[3] = n;\
203
 
                 n = ((char *) (x))[1];\
204
 
                 ((char *) (x))[1] = ((char *) (x))[2];\
205
 
                 ((char *) (x))[2] = n; }
206
 
 
207
 
/* byte swap a short */
208
 
#define swaps(x, n) { \
209
 
                 n = ((char *) (x))[0];\
210
 
                 ((char *) (x))[0] = ((char *) (x))[1];\
211
 
                 ((char *) (x))[1] = n; }
212
 
 
213
 
/* copy 32-bit value from src to dst byteswapping on the way */
214
 
#define cpswapl(src, dst) { \
215
 
                 ((char *)&(dst))[0] = ((char *) &(src))[3];\
216
 
                 ((char *)&(dst))[1] = ((char *) &(src))[2];\
217
 
                 ((char *)&(dst))[2] = ((char *) &(src))[1];\
218
 
                 ((char *)&(dst))[3] = ((char *) &(src))[0]; }
219
 
 
220
 
/* copy short from src to dst byteswapping on the way */
221
 
#define cpswaps(src, dst) { \
222
 
                 ((char *) &(dst))[0] = ((char *) &(src))[1];\
223
 
                 ((char *) &(dst))[1] = ((char *) &(src))[0]; }
224
 
 
225
 
extern void SwapLongs(
226
 
    CARD32 *list,
227
 
    unsigned long count);
228
 
 
229
 
extern void SwapShorts(
230
 
    short *list,
231
 
    unsigned long count);
232
 
 
233
 
extern void MakePredeclaredAtoms(void);
234
 
 
235
 
extern int Ones(
236
 
    unsigned long /*mask*/);
237
 
 
238
 
typedef struct _xPoint *DDXPointPtr;
239
 
typedef struct pixman_box16 *BoxPtr;
240
 
typedef struct _xEvent *xEventPtr;
241
 
typedef struct _xRectangle *xRectanglePtr;
242
 
typedef struct _GrabRec *GrabPtr;
243
 
 
244
 
/*  typedefs from other places - duplicated here to minimize the amount
245
 
 *  of unnecessary junk that one would normally have to include to get
246
 
 *  these symbols defined
247
 
 */
248
 
 
249
 
#ifndef _XTYPEDEF_CHARINFOPTR
250
 
typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */
251
 
#define _XTYPEDEF_CHARINFOPTR
252
 
#endif
253
 
 
254
 
#endif /* MISC_H */