Summary: | Openoffice and Compiz | ||
---|---|---|---|
Product: | xorg | Reporter: | luigi <luigi_curzi> |
Component: | App/compiz | Assignee: | David Reveman <reveman> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | high | ||
Version: | 7.1 (2006.05) | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
luigi
2006-11-17 09:49:53 UTC
i have installed last nvidia binary for my nvidia mx/mx 400 (64 mb) card. if is it necessary other informations i can give them. I make a change to minimizeWindow function in window.c file and now minimize of transient windows in openoffice works, but i don't now if my "patch" is right and i don't know if it can create other problems. my change is: void minimizeWindow (CompWindow *w) { if (!(w->actions & CompWindowActionMinimizeMask)) return; to void minimizeWindow (CompWindow *w) { if (!(w->actions | CompWindowActionMinimizeMask)) return; i make this, because, if i understand, CompWindowActionMinimizeMask define if windows has or no button to minimize (or something similar) and openoffice transient windows don't have this button so... am i right or i say an unsense? isn't this the same as https://bugs.freedesktop.org/show_bug.cgi?id=9072 which is already fixed? Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. Not sure about the dupe, but the bug is currently fixed with SVN Head |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.