diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-01-31 23:59:10 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-02-20 16:05:47 +0100 |
commit | 6af2468cf0a6c231747c24fd057a8cb90cbbe11d (patch) | |
tree | f8945c5e817064c723d967fd7558f2c91d95af83 /cui/Library_cui.mk | |
parent | 2b3d675f0bb4a1b37ad502a67b1719b2fc3fc364 (diff) |
Fix fdo#59970 slowless of about box rendering
Prevent creation of transparent bitmap at arbitrary scale, and
subsequent scaling down. For remote X, that even has to fetch
pixel back from remote side for manual scaling.
Change-Id: I58e011231f2b81b913a6b02dd973385ef5664379
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 6e830b7aac95..1966b7fc1f33 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -50,6 +50,7 @@ $(eval $(call gb_Library_use_libraries,cui,\ comphelper \ cppu \ cppuhelper \ + drawinglayer \ editeng \ i18nisolang1 \ jvmfwk \ |