- Timestamp:
- Jun 22, 2004, 8:13:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui.cc
r2013 r2016 177 177 gtk_window_set_policy (GTK_WINDOW (widget), TRUE, TRUE, TRUE); 178 178 gtk_container_set_border_width (GTK_CONTAINER (widget), 3); 179 gtk_window_set_decorated (GTK_WINDOW (widget), FALSE);179 // gtk_window_set_decorated (GTK_WINDOW (widget), FALSE); 180 180 this->setTitle (windowName); 181 181 }
Note: See TracChangeset
for help on using the changeset viewer.