mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
Replace usage of [sg]et_geometry()
The set_geometry() and get_geometry() methods are going to be deprecated.
This commit is contained in:
@@ -700,7 +700,7 @@ set_foreign_window_callback (ClutterActor *actor,
|
||||
fwd->stage_win32->win_width = fwd->geom.width;
|
||||
fwd->stage_win32->win_height = fwd->geom.height;
|
||||
|
||||
clutter_actor_set_geometry (actor, &fwd->geom);
|
||||
clutter_actor_set_size (actor, fwd->geom.width, fwd->geom.height);
|
||||
|
||||
/* calling this with the stage unrealized will unset the stage
|
||||
* from the GL context; once the stage is realized the GL context
|
||||
|
Reference in New Issue
Block a user