Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3165 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_keys.h


Ignore:
Timestamp:
Dec 13, 2004, 2:17:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: compiling as not-GTK possibe, but it is not usable yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_keys.h

    r3163 r3165  
    88
    99#include "orxonox_gui.h"
     10#ifdef HAVE_GTK2
    1011#include <gdk/gdkkeysyms.h>
    11 
     12#endif /* HAVE_GTK2 */
    1213/**
    1314 * defines the Possible Player Keys
     
    6263  Button* getOpenButton();
    6364
     65#ifdef HAVE_GTK2
    6466  static gint inputWindowEvent(GtkWidget* w, GdkEventKey* event, void* widget);
    6567  static gint key_cb(GtkWidget* w, GdkEventKey* event, void* inputKey);
     68#endif /* HAVE_GTK2 */
    6669  void setkey(KEYS key);
    6770 
Note: See TracChangeset for help on using the changeset viewer.