Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2009, 10:58:40 AM (15 years ago)
Author:
rgrieder
Message:

Build fixes (X11 defines the None macro…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/core/input/InputState.h

    r3148 r3150  
    9191        InputState()
    9292            : bHandlersChanged_(false)
     93            , executorOnEnter_(0)
     94            , executorOnLeave_(0)
    9395            , priority_(0)
    9496            , bAlwaysGetsInput_(false)
    9597            , bTransparent_(false)
    96             , executorOnEnter_(0)
    97             , executorOnLeave_(0)
    9898        { }
    9999        virtual ~InputState() { }
Note: See TracChangeset for help on using the changeset viewer.