hedgewars/SDLh.pas
changeset 2376 ece7b87f1334
parent 2254 bb68e5a5be56
child 2379 d62b1f224982
equal deleted inserted replaced
2375:99f05a01a6a3 2376:ece7b87f1334
   217                           type_: Byte;
   217                           type_: Byte;
   218                           which: Byte;
   218                           which: Byte;
   219                           state: Byte;
   219                           state: Byte;
   220                           keysym: TSDL_KeySym;
   220                           keysym: TSDL_KeySym;
   221                           end;
   221                           end;
   222                           
   222 
   223      TSDL_GLattr = ( SDL_GL_RED_SIZE,
   223      TSDL_GLattr = ( SDL_GL_RED_SIZE,
   224                      SDL_GL_GREEN_SIZE,
   224                      SDL_GL_GREEN_SIZE,
   225                      SDL_GL_BLUE_SIZE,
   225                      SDL_GL_BLUE_SIZE,
   226                      SDL_GL_ALPHA_SIZE,
   226                      SDL_GL_ALPHA_SIZE,
   227                      SDL_GL_BUFFER_SIZE,
   227                      SDL_GL_BUFFER_SIZE,
   237                      SDL_GL_MULTISAMPLESAMPLES,
   237                      SDL_GL_MULTISAMPLESAMPLES,
   238                      SDL_GL_ACCELERATED_VISUAL,
   238                      SDL_GL_ACCELERATED_VISUAL,
   239                      SDL_GL_RETAINED_BACKING,
   239                      SDL_GL_RETAINED_BACKING,
   240                      SDL_GL_CONTEXT_MAJOR_VERSION,
   240                      SDL_GL_CONTEXT_MAJOR_VERSION,
   241                      SDL_GL_CONTEXT_MINOR_VERSION );
   241                      SDL_GL_CONTEXT_MINOR_VERSION );
   242 	  
   242 
   243 {$IFDEF SDL13}
   243 {$IFDEF SDL13}
   244      TSDL_MouseMotionEvent = record
   244      TSDL_MouseMotionEvent = record
   245                              type_: byte;
   245                              type_: byte;
   246                              which: byte;
   246                              which: byte;
   247                              state: byte;
   247                              state: byte;