Hello!

After creating ClutterStage I trying get his size and clutter_actor_get_size 
return wrong 640x480 (i have 1280x800)

My code:

    stage = clutter_stage_get_default();
    clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);
    clutter_stage_set_fullscreen (CLUTTER_STAGE(stage),TRUE);
    gfloat width, height;
    clutter_actor_get_size(stage, &width, &height);

What wrong with this? Some time ago it worked.

In other place i get parren stage of actor (clutter_actor_get_stage) and  
clutter_actor_get_size return correct size..


------
ps sorry for my english
-- 
To unsubscribe send a mail to [email protected]

Reply via email to