When launching nautilus, and then double click titlebar to maximize/unmaximize the window, some wireframe will left on the nautilus window. This only happens when apps->metacity->general->reduced_resource set to true.
The root cause of the problem is metacity fail to track the wireframe during maximization on some transaction stage, to fix the problem from the root require large quantity of code changes. To simplify the problem, we simply end the wireframe when it enter the window_maximize/window_unmaximize code chunck. This will not cause any performance drawback anyway, since this will have the exact same performance as you click on the maximize button on the upper right corner. Chris -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: metacity-14-wireframe.diff URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20080522/6e9db1e3/attachment.ksh>
