From: Oliver O. <fr...@us...> - 2007-03-30 01:49:24
|
Update of /cvsroot/simspark/simspark/spark/kerosin/openglserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7597 Modified Files: Tag: projectx openglserver.h Log Message: added method to get a handle for the glwindow Index: openglserver.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/openglserver/openglserver.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.2.2.1 diff -C2 -d -r1.1.2.2 -r1.1.2.2.2.1 *** openglserver.h 23 Feb 2007 19:19:15 -0000 1.1.2.2 --- openglserver.h 30 Mar 2007 01:49:18 -0000 1.1.2.2.2.1 *************** *** 1,5 **** /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- ! this file is part of rcssserver3D Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University --- 1,5 ---- /* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- ! this file is part of simspark Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University *************** *** 83,89 **** static void* GetExtension(const char* name); ! /** looksup and calls glActiveTextureARB extension if available */ static void glActiveTextureARB(unsigned int texture); protected: //! set up opengl viewport --- 83,92 ---- static void* GetExtension(const char* name); ! /** looks up and calls glActiveTextureARB extension if available */ static void glActiveTextureARB(unsigned int texture); + //! return the main window handle from the gl subsystem + std::string GetWindowHandleStr() const; + protected: //! set up opengl viewport |