#line 127 "/home/ubuntu/felix/src/packages/sdl.fdoc" //Module : SDL_active_h //Timestamp : 2006/1/6 2:18:42 UTC //Timestamp : 2006/1/6 13:18:42 (local) //Raw Header : SDL_active.h //Preprocessor : gcc -E //Input file: sdl.flxcc.i //Flxcc Control : sdl.flxcc //Felix Version : 1.1.2_rc1 //#define SDL_APPACTIVE 0x04 /* The application is active */ //#define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */ //#define SDL_APPMOUSEFOCUS 0x01 /* The app has mouse coverage */ //#define _SDL_active_h open module SDL_active_h { requires package "sdl"; header ' '; //FUNCTIONS fun SDL_GetAppState: 1 -> uint8; }