A minor annoyance I've had in my application for awhile is when attempting to drag the window via the application title bar, it will not move.
I found this post:
http://www.wreckedgames.com/forum/index.php/topic,639.0.htmlBut I've already got the Ogre window message pump in my render routine. This is further complicated by the fact that I can maximize and minimize the window, and restoring the window after doing so I'm able to drag it.
I use Ubuntu 8.04, 32bit. Ogre creates the window and input is initialized with the window handle (I receive mouse, keyboard and joystick events correctly).