Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 885621
Collapse All | Expand All

(-)a/src/IVtkDraw/IVtkDraw_Interactor.cxx (+10 lines)
Lines 27-32 Link Here
27
#undef AllValues
27
#undef AllValues
28
#endif
28
#endif
29
29
30
// Prevent naming collisions between X11
31
// and VTK versions 9.2.0 and above.
32
// X11 is included through glx
33
#ifdef Status
34
#undef Status
35
#endif
36
#ifdef Success
37
#undef Success
38
#endif
39
30
#include <vtkXRenderWindowInteractor.h>
40
#include <vtkXRenderWindowInteractor.h>
31
#include <vtkXOpenGLRenderWindow.h>
41
#include <vtkXOpenGLRenderWindow.h>
32
#endif
42
#endif

Return to bug 885621