Discussion:
how to show the window after XMoveWindow?
(too old to reply)
perry zhou
2004-10-05 00:18:54 UTC
Permalink
I have a small program to move the mplayer window using XMOVEWINDOW
function call, but after moving the window, mplayer appear as green
box before it continue playing the video, how could I force the
mplayer to show the movie immediately after I move the mplayer window?

I tried XRaiseWindow, but it doesn't help. Any suggestions?

Thanks in advance!
Carlos A M dos Santos
2004-10-06 18:18:13 UTC
Permalink
Post by perry zhou
I have a small program to move the mplayer window using XMOVEWINDOW
function call, but after moving the window, mplayer appear as green
box before it continue playing the video, how could I force the
mplayer to show the movie immediately after I move the mplayer window?
You may try to send an expose event to force mplayer to redraw its
window.

---
Casantos

Loading...