From b9dcb6ec4fc088084ff96f0a586adbd2a0f9c006 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 9 Jan 2003 22:45:03 +0000 Subject: [PATCH] new window code --- panda/metalibs/pandadx7/pandadx7.cxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/panda/metalibs/pandadx7/pandadx7.cxx b/panda/metalibs/pandadx7/pandadx7.cxx index dc28e1c017..a774eefd79 100644 --- a/panda/metalibs/pandadx7/pandadx7.cxx +++ b/panda/metalibs/pandadx7/pandadx7.cxx @@ -3,13 +3,12 @@ // //////////////////////////////////////////////////////////////////// -#include "pandadx.h" +#include "pandadx7.h" -#include -#include +#include "config_dxgsg7.h" //////////////////////////////////////////////////////////////////// -// Function: init_libpandadx +// Function: init_libpandadx7 // Description: Initializes the library. This must be called at // least once before any of the functions or classes in // this library can be used. Normally it will be @@ -17,7 +16,6 @@ // called explicitly, but special cases exist. //////////////////////////////////////////////////////////////////// void -init_libpandadx() { - init_libdxgsg(); - init_libwdxdisplay(); +init_libpandadx7() { + init_libdxgsg7(); }