Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5366 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_widget.cc


Ignore:
Timestamp:
Oct 12, 2005, 1:23:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more definitions of GLGui.
also a patch to the resource-manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_widget.cc

    r5364 r5366  
    4646  this->setClassID(CL_GLGUI_WIDGET, "GLGuiWidget");
    4747
     48  this->managed = false;
     49  this->focusable = true;
     50  this->clickable = true;
     51
     52  this->backGround = NULL;
     53  this->renderModel = 0;
    4854}
Note: See TracChangeset for help on using the changeset viewer.