public class Screen : Surface {
public static weak Screen instance ( ) ;
public static weak Screen? set_video_mode ( int width,
int height,
int bpp,
uint32 flags ) ;
public static int check_video_mode ( int width,
int height,
int bpp,
uint32 flags ) ;
}

public static weak Screen instance ( ) ;
public static weak Screen? set_video_mode ( int width,
int height,
int bpp,
uint32 flags ) ;
public static int check_video_mode ( int width,
int height,
int bpp,
uint32 flags ) ;
Created by Valadoc