From: <ba...@us...> - 2008-08-30 11:18:05
|
Revision: 29 http://scrupp.svn.sourceforge.net/scrupp/?rev=29&view=rev Author: basique Date: 2008-08-30 11:17:59 +0000 (Sat, 30 Aug 2008) Log Message: ----------- - implemented resizable windows Added a new option to scrupp.init(): resizable. The new prototype is: scrupp.init(title, width, height, bit_depth, fullscreen, [resizable]). This option is only checked if fullscreen is false. Added a new callback: resized(w,h). This callback gets the new width and height of the window as arguments. It should call scrupp.init() with these new values. Modified Paths: -------------- trunk/src/Graphics.c trunk/src/Main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |