[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
@ -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…
x
Reference in New Issue
Block a user