Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2008, 4:46:12 PM (16 years ago)
Author:
rgrieder
Message:

f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…

Location:
code/trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src

    • Property eol-style deleted
  • code/trunk/src/ois

    • Property eol-style deleted
  • code/trunk/src/ois/linux

    • Property eol-style deleted
  • code/trunk/src/ois/linux/LinuxKeyboard.cpp

    • Property eol-style deleted
    • Property svn:eol-style set to native
    r1504 r1505  
    304304        while( XPending(display) > 0 )
    305305        {
    306 
    307306                XNextEvent(display, &event);
    308 
    309 
    310307
    311308                if( KeyPress == event.type )
     
    339336                                linMan->_setGrabState(false);
    340337                }
    341 
    342338                else if( KeyRelease == event.type )
    343339                {
     
    349345                        XLookupString(&event.xkey,NULL,0,&key,NULL);
    350346                        _injectKeyUp(key);
    351 
    352347                }
    353348        }
Note: See TracChangeset for help on using the changeset viewer.