Submitted by Anonymous on Mon, 04/23/2001 - 08:38. Developers
Hello,
I have an application in which I minimize the window with `XIconifyWindow`, but when I try to restore it using `XMapWindow`, it doesn`t work. Sometimes, if I click in another window, the application restores. I dont`t know what I`m doing in bad way.
Thank you for your help
Are you being sure to flush the request to the X server with XFlush()?