Need Help

Hello Dear All,
I think this is my 4th or 5th mail,Regarding my problem in SDL on Linux,I want to run one scroller message on bottom of screen I made that program but There is already one window on which my program should run but that window made in Xt ,so please help me,If any one thinks my problem is solvable so please give me hint how can i solve my problem and I am also ready to provide source code,please
This is my request to solve my problem I will be very greatfull to you.
Regards
Sharad Bajaj
System Design Engineer
Singapore---------------------------------
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears

Sharad Bajaj wrote:

Hello Dear All,
I think this is my 4th or 5th mail,Regarding my
problem in SDL on Linux,I want to run one scroller message on bottom
of screen I made that program but There is already one window on which
my program should run but that window made in Xt ,so please help me,If
any one thinks my problem is solvable so please give me hint how can i
solve my problem and I am also ready to provide source code,please
This is my request to solve my problem I will be very greatfull to you.

You may “embed” an SDL window in an X11 application by using the
SDL_WINDOWID environment variable hack. Set the variable to the Window
value returned from the XCreateWindow function before initting the SDL
video subsystem. You could try that if you need an SDL “screen” and an
additional X11 window below it on the display.–
Max Watson <@Max_Watson>