<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1: SDLVideo.videoModeOK flags should be long, not int</title><link>https://sourceforge.net/p/sdljava/bugs/1/</link><description>Recent changes to 1: SDLVideo.videoModeOK flags should be long, not int</description><atom:link href="https://sourceforge.net/p/sdljava/bugs/1/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 08 Dec 2005 17:29:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sdljava/bugs/1/feed.rss" rel="self" type="application/rss+xml"/><item><title>SDLVideo.videoModeOK flags should be long, not int</title><link>https://sourceforge.net/p/sdljava/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;public static int videoModeOK(int width,&lt;br /&gt;
int height,&lt;br /&gt;
int bpp,&lt;br /&gt;
-&amp;gt; int &amp;lt;-flags)&lt;br /&gt;
throws SDLException&lt;/p&gt;
&lt;p&gt;public static SDLSurface setVideoMode(int width,&lt;br /&gt;
int height,&lt;br /&gt;
int bpp,&lt;br /&gt;
long flags)&lt;br /&gt;
throws SDLException&lt;/p&gt;
&lt;p&gt;public static final long SDL_FULLSCREEN&lt;/p&gt;
&lt;p&gt;Flags are long, videoModeOK should take a long.&lt;br /&gt;
Workaround: typecast the constants to int&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Extreme</dc:creator><pubDate>Thu, 08 Dec 2005 17:29:07 -0000</pubDate><guid>https://sourceforge.net4ec44cae047b54ee357d051ae6b2231583d729f3</guid></item></channel></rss>