Nothing against your solution, it's nice and gives a lot of other possibilities but if he just wants windowed fullscreen this is better, especially for a beginner:
Code:
#include <acknex.h>

function main()
{
	wait(1);
	video_window(vector(0.1, 0.1, 0), vector(sys_metrics(0), sys_metrics(1), 0), 1, NULL);
	video_set(sys_metrics(0), sys_metrics(1), 0, 2);
}


(this one is better than my first suggestion, with this there are no overlapping pixels)

Last edited by Kartoffel; 01/22/13 17:43.

POTATO-MAN saves the day! - Random