MudBoxX11Clean.h

Go to the documentation of this file.
00001 
00002 //**************************************************************************/
00003 // Copyright (c) 2008 Autodesk, Inc.
00004 // All rights reserved.
00005 //
00006 // Use of this software is subject to the terms of the Autodesk license
00007 // agreement provided at the time of installation or download, or which
00008 // otherwise accompanies this software in either electronic or hard copy form.
00009 //
00010 //**************************************************************************/
00011 // DESCRIPTION: When compiling MudBox plugins in a X11 environment, you
00012 //              might need to include some X11 standard header. The problem
00013 //              is that it define C macro that conflict with enums used in
00014 //              MudBox's header. This header ensure that they get undefined
00015 //              before continuing.
00016 //
00017 // CREATED: October 2008
00018 //**************************************************************************/
00019 
00020 #undef Above
00021 #undef Always
00022 #undef Below
00023 #undef Bool
00024 #undef CursorShape
00025 #undef FocusIn
00026 #undef FocusOut
00027 #undef FontChange
00028 #undef KeyPress
00029 #undef KeyRelease
00030 #undef None
00031 #undef Status
00032 #undef Unsorted
00033 #undef GrayScale
00034