comparison src/video/qtopia/SDL_syswm.cc @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
26 extern "C" 26 extern "C"
27 { 27 {
28 28
29 #include "SDL_syswm_c.h" 29 #include "SDL_syswm_c.h"
30 30
31 void QT_SetWMCaption (_THIS, const char *title, const char *icon) 31 void QT_SetWMCaption(_THIS, const char *title, const char *icon)
32 { 32 {
33 SDL_Win->setCaption (title); 33 SDL_Win->setCaption(title);
34 } 34 }
35 35
36 }; /* Extern C */ 36 }; /* Extern C */
37 /* vi: set ts=4 sw=4 expandtab: */ 37 /* vi: set ts=4 sw=4 expandtab: */