Mercurial > sdl-ios-xcode
comparison src/video/bwindow/SDL_syswm_c.h @ 3878:678576473849 SDL-1.2
Fixed bug #286
Date: Thu, 9 Feb 2006 17:06:51 +0300
From: "Oleg K [BeSman]"
Subject: BeOS SDL patches
Hello all. My name is Oleg K. [BeSman], Im a BeOS user from Russia.This mail
contain a BeOs-specific patches to SDL (implementation of InputGrabbing and
mouse_relative mode). See the source in attached file for details.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 24 Sep 2006 15:31:42 +0000 |
parents | d910939febfa |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
3877:81f66f258d77 | 3878:678576473849 |
---|---|
27 | 27 |
28 /* Functions to be exported */ | 28 /* Functions to be exported */ |
29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon); | 29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon); |
30 extern int BE_IconifyWindow(_THIS); | 30 extern int BE_IconifyWindow(_THIS); |
31 extern int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info); | 31 extern int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info); |
32 extern SDL_GrabMode BE_GrabInput(_THIS, SDL_GrabMode mode); |