mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
77fef0c9e5
commit
da2592c934
@ -9,10 +9,12 @@
|
|||||||
#include "sgiglxGraphicsPipe.h"
|
#include "sgiglxGraphicsPipe.h"
|
||||||
#include "config_sgiglxdisplay.h"
|
#include "config_sgiglxdisplay.h"
|
||||||
|
|
||||||
|
#include <glxGraphicsWindow.h>
|
||||||
|
|
||||||
TypeHandle SgiGlxGraphicsPipe::_type_handle;
|
TypeHandle SgiGlxGraphicsPipe::_type_handle;
|
||||||
|
|
||||||
SgiGlxGraphicsPipe::SgiGlxGraphicsPipe(const PipeSpecifier& spec)
|
SgiGlxGraphicsPipe::SgiGlxGraphicsPipe(const PipeSpecifier& spec)
|
||||||
: sgiGraphicsPipe(spec)
|
: sgiGraphicsPipe(spec),
|
||||||
glxDisplay(this, spec.get_X_specifier())
|
glxDisplay(this, spec.get_X_specifier())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@ -35,7 +37,7 @@ get_window_type() const {
|
|||||||
// Description: Returns the glxDisplay information associated with
|
// Description: Returns the glxDisplay information associated with
|
||||||
// this pipe.
|
// this pipe.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
SgiGlxDisplay *glxGraphicsPipe::
|
glxDisplay *SgiGlxGraphicsPipe::
|
||||||
get_glx_display() {
|
get_glx_display() {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user