Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5024 in orxonox.OLD for orxonox/trunk/src/lib/gui


Ignore:
Timestamp:
Aug 15, 2005, 1:00:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: icon and name get displayed correctly again

Location:
orxonox/trunk/src/lib/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui_exec.h

    r5021 r5024  
    11/*!
    2   \file gui_exec.h
    3   \brief File that holds the class that creates the execute-Options.
    4 */
     2 * file gui_exec.h
     3 * File that holds the class that creates the execute-Options.
     4 */
    55
    66#ifndef _GUI_EXEC_H
  • orxonox/trunk/src/lib/gui/gui_gtk.h

    r5015 r5024  
    11/*!
    2  \file gui_gtk.h
    3  \brief Contains all th different Widgets.
    4 */
     2 * @file gui_gtk.h
     3 * Contains all th different Widgets.
     4 */
    55#ifndef _GUI_GTK_H
    66#define _GUI_GTK_H
     
    3333
    3434// enumerator for different GuiOption-Types
    35 enum GUI_OPTION {GUI_BOX = -2,
    36                  GUI_CONTAINER = -1,
    37                  GUI_NOTHING = 0,
    38                  GUI_BOOL = 1,
    39                  GUI_INT = 2,
    40                  GUI_FLOAT = 3,
    41                  GUI_CHAR = 4,
    42                  GUI_CHAR_ARRAY = 5};
     35enum GUI_OPTION
     36{
     37  GUI_BOX = -2,
     38  GUI_CONTAINER = -1,
     39  GUI_NOTHING = 0,
     40  GUI_BOOL = 1,
     41  GUI_INT = 2,
     42  GUI_FLOAT = 3,
     43  GUI_CHAR = 4,
     44  GUI_CHAR_ARRAY = 5
     45};
    4346
    4447extern char* executable;
  • orxonox/trunk/src/lib/gui/gui_video.cc

    r4836 r5024  
    223223      }
    224224  }
     225  SDL_QuitSubSystem(SDL_INIT_VIDEO);
    225226  SDL_Quit();
    226227}
Note: See TracChangeset for help on using the changeset viewer.