<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1: SDLVideo.videoModeOK flags should be long, not int</title><link href="https://sourceforge.net/p/sdljava/bugs/1/" rel="alternate"/><link href="https://sourceforge.net/p/sdljava/bugs/1/feed.atom" rel="self"/><id>https://sourceforge.net/p/sdljava/bugs/1/</id><updated>2005-12-08T17:29:07Z</updated><subtitle>Recent changes to 1: SDLVideo.videoModeOK flags should be long, not int</subtitle><entry><title>SDLVideo.videoModeOK flags should be long, not int</title><link href="https://sourceforge.net/p/sdljava/bugs/1/" rel="alternate"/><published>2005-12-08T17:29:07Z</published><updated>2005-12-08T17:29:07Z</updated><author><name>Extreme</name><uri>https://sourceforge.net/u/extreme123/</uri></author><id>https://sourceforge.net4ec44cae047b54ee357d051ae6b2231583d729f3</id><summary type="html">&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;</summary></entry></feed>