Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - io-winmgr sendev: (1 Item)
   
io-winmgr sendev  
Hi,

Is there a way to use io-winmgr to bring a window to the front?

win_globals.disp_data[0]->win_list = 0x80000003, 0x80000000, 0x80000002
win_globals.disp_data[0]->planes[0].buffered[0].win_list = (null)
win_globals.disp_data[0]->planes[0].buffered[1].win_list = (null)
win_globals.disp_data[0]->planes[1].buffered[0].win_list = 0x80000002, 0x80000003
win_globals.disp_data[0]->planes[1].buffered[1].win_list = (null)

I see from its dump the window IDs.

Can I send a msg to io-winmgr to bring window e.g. 0x80000002 or 3 to top?  Using io-winmgr –sendev ???

-Hue