module SFVideoMode: sig .. end
sig
end
type t
type uint = int
int
type contents = {
width : uint;
uint
height : uint;
bitsPerPixel : uint;
val getFullscreenModes : unit -> contents array
unit -> contents array
val getDesktopMode : unit -> contents
unit -> contents