Mudbox/MudBoxX11Clean.h Source File

MudBoxX11Clean.h
Go to the documentation of this file.
1 
2 //**************************************************************************/
3 // Copyright (c) 2008 Autodesk, Inc.
4 // All rights reserved.
5 //
6 // Use of this software is subject to the terms of the Autodesk license
7 // agreement provided at the time of installation or download, or which
8 // otherwise accompanies this software in either electronic or hard copy form.
9 //
10 //**************************************************************************/
11 // DESCRIPTION: When compiling MudBox plugins in a X11 environment, you
12 // might need to include some X11 standard header. The problem
13 // is that it define C macro that conflict with enums used in
14 // MudBox's header. This header ensure that they get undefined
15 // before continuing.
16 //
17 // CREATED: October 2008
18 //**************************************************************************/
19 
20 #undef Above
21 #undef Always
22 #undef Below
23 #undef Bool
24 #undef CursorShape
25 #undef FocusIn
26 #undef FocusOut
27 #undef FontChange
28 #undef KeyPress
29 #undef KeyRelease
30 #undef None
31 #undef Status
32 #undef Unsorted
33 #undef GrayScale
34