mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
[323/906] Remove redundant XMoveWindow call
Revert the "move windows" thing from commit 175f7a707bc922f3facc63e7d9b6d01f9bb6b1b0 Windows are offscreen who cares about their position? If you see the windows something is going wrong with composite redirection.
This commit is contained in:
parent
1385371e6c
commit
7e0602cddd
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ create_actor (GstGLClutterActor * actor)
|
|||
clutter_actor_set_position (actor->texture, xpos, ypos);
|
||||
|
||||
disp = clutter_x11_get_default_display ();
|
||||
XMoveResizeWindow (disp, actor->win, xpos, ypos, W, H);
|
||||
|
||||
if (xpos > (COLS - 1) * W) {
|
||||
xpos = 0;
|
||||
|
|
Loading…
Reference in a new issue