What is equivalent for the removed TRootGLU.h and TRootGLX.h

The header files in subj were removed recently so STAR ROOT OpenGL-absed code can not be compiled anymore against of ROOT from CVS (5.15.09)

What should one used instead?

Thank you.

[quote=“fine”]The header files in subj were removed recently so STAR ROOT OpenGL-absed code can not be compiled anymore against of ROOT from CVS (5.15.09)

What should one used instead?

Thank you.[/quote]

TGLIncludes.h if you need <GL/glu.h> or <GL/gl.h> and <Windows4Root.h>
or
#ifndef WIN32
#include <GL/glx.h>
#endif

if you need glX.