From da2592c9342e3f9befc68a7b75bb8226e7831204 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 31 Oct 2000 07:36:14 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/sgiglxdisplay/sgiglxGraphicsPipe.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panda/src/sgiglxdisplay/sgiglxGraphicsPipe.cxx b/panda/src/sgiglxdisplay/sgiglxGraphicsPipe.cxx index 2f2cb81d50..8817cc65d6 100644 --- a/panda/src/sgiglxdisplay/sgiglxGraphicsPipe.cxx +++ b/panda/src/sgiglxdisplay/sgiglxGraphicsPipe.cxx @@ -9,10 +9,12 @@ #include "sgiglxGraphicsPipe.h" #include "config_sgiglxdisplay.h" +#include + TypeHandle SgiGlxGraphicsPipe::_type_handle; SgiGlxGraphicsPipe::SgiGlxGraphicsPipe(const PipeSpecifier& spec) - : sgiGraphicsPipe(spec) + : sgiGraphicsPipe(spec), glxDisplay(this, spec.get_X_specifier()) { } @@ -35,7 +37,7 @@ get_window_type() const { // Description: Returns the glxDisplay information associated with // this pipe. //////////////////////////////////////////////////////////////////// -SgiGlxDisplay *glxGraphicsPipe:: +glxDisplay *SgiGlxGraphicsPipe:: get_glx_display() { return this; }