[Redbutton-devel] SF.net SVN: redbutton: [316] redbutton-browser/trunk/SceneClass.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-05-29 16:19:49
|
Revision: 316
http://svn.sourceforge.net/redbutton/?rev=316&view=rev
Author: skilvington
Date: 2007-05-29 09:19:45 -0700 (Tue, 29 May 2007)
Log Message:
-----------
nag me when we need to change the aspect ratio
Modified Paths:
--------------
redbutton-browser/trunk/SceneClass.c
Modified: redbutton-browser/trunk/SceneClass.c
===================================================================
--- redbutton-browser/trunk/SceneClass.c 2007-05-25 15:35:18 UTC (rev 315)
+++ redbutton-browser/trunk/SceneClass.c 2007-05-29 16:19:45 UTC (rev 316)
@@ -86,6 +86,12 @@
RootClass_Preparation(&s->rootClass);
}
+ if(s->have_aspect_ratio)
+ {
+/* TODO */
+printf("TODO: SceneClass: %s; aspect_ratio=%d:%d\n", ExternalReference_name(&s->rootClass.inst.ref), s->aspect_ratio.width, s->aspect_ratio.height);
+ }
+
/* do Activation of the GroupClass */
if(s->have_on_start_up)
ActionClass_execute(&s->on_start_up, &s->rootClass.inst.ref.group_identifier);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|