Wt::SDL Namespace Reference


Functions

void enableDebug (bool enable)
void setCaption ()


Function Documentation

void Wt::SDL::enableDebug ( bool  enable = true  ) 

Definition at line 30 of file sdlmisc.cpp.

Referenced by Wt::Application::parseArgs().

00030                               {
00031     SDL_SysWMinfo info;
00032     SDL_VERSION(&info.version);
00033     SDL_GetWMInfo(&info);
00034     //XSynchronize(info.info.x11.display, enable);
00035 }

void Wt::SDL::setCaption (  ) 

Todo:
actual implementation

Definition at line 37 of file sdlmisc.cpp.

00037 {}


Generated Fri Jul 28 19:33:53 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.