Name: Anonymous 2011-05-21 4:57
Yeah....
http://pastebin.com/EkSf2Cf5
Basically makes a window with a text field in it and uses a while loop to keep it alive until I need it to stop, then frees all the pointers. Unfortunately, every time I hover over the window with my mouse, it has the pinwheel of death and the window can't accept events, such as for example, clicking the x button to destroy it. Not sure how to implement this if it's not being handled by the window server.
http://pastebin.com/EkSf2Cf5
Basically makes a window with a text field in it and uses a while loop to keep it alive until I need it to stop, then frees all the pointers. Unfortunately, every time I hover over the window with my mouse, it has the pinwheel of death and the window can't accept events, such as for example, clicking the x button to destroy it. Not sure how to implement this if it's not being handled by the window server.