Hi,<br><br>On Windows Vista:<br>- WIN+M (minimise) minimises the window as expected, but restoring results in horizontal areas being killed (only vertical remained ones in middle of screen). Whether this happens with other screen layouts I&#39;m not sure yet<br>
- Alt-Tab (cycle windows) works ok<br>- Alt-F4 (close window) doesn&#39;t work, but it seems that it never worked<br><br>Regards,<br>Joshua<br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 4:43 AM, Diego Hernan Borghetti <span dir="ltr">&lt;<a href="mailto:bdiego@gmail.com">bdiego@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wed, 19 Nov 2008, Ton Roosendaal wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; - OS X: there&#39;s no APPLE+W (close), APPLE+TILDE (cycle windows) support.<br>
&gt;<br>
&gt; - Windows/X11: please test if standard hotkeys for window-close and<br>
&gt; window-cycle work.<br>
<br>
</div>Work fine here. (WM enlightenment 0.17)<br>
<div class="Ih2E3d"><br>
&gt;<br>
&gt; - How is the minimim size window defined? I couldn&#39;t find it... would<br>
&gt; be nice to give as hint to the ghost library based on sudvision levels<br>
&gt; of UI.<br>
<br>
</div>I don&#39;t see any implementation in the Linux code, but this is really<br>
easy in X11, so it&#39;s fine a:<br>
<br>
GHOST_WindowX11::setMinSize(GHOST_TUns32 min_width, GHOST_TUns32 min_height)<br>
<br>
wrapper as:<br>
<br>
GHOST_SetWindowMinSize(GHOST_WindowHandle windowhandle, GHOST_TUns32 min_width, GHOST_TUns32 max_width)<br>
<br>
how this work in Windows/OS X (jesterking, lukep) ?<br>
<div class="Ih2E3d"><br>
&gt;<br>
&gt; -Ton-<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt; Ton Roosendaal &nbsp;Blender Foundation &nbsp; <a href="mailto:ton@blender.org">ton@blender.org</a> &nbsp; &nbsp;<a href="http://www.blender.org" target="_blank">www.blender.org</a><br>
&gt; Blender Institute BV &nbsp;Entrepotdok 57A &nbsp;1018AD Amsterdam The Netherlands<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Bf-taskforce25 mailing list<br>
&gt; <a href="mailto:Bf-taskforce25@blender.org">Bf-taskforce25@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-taskforce25" target="_blank">http://lists.blender.org/mailman/listinfo/bf-taskforce25</a><br>
&gt;<br>
<br>
</div>--<br>
<font color="#888888"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Diego<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Bf-taskforce25 mailing list<br>
<a href="mailto:Bf-taskforce25@blender.org">Bf-taskforce25@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-taskforce25" target="_blank">http://lists.blender.org/mailman/listinfo/bf-taskforce25</a><br>
</div></div></blockquote></div><br>