Bug 382402 - Make gdk_draw_image dynamic
Summary: Make gdk_draw_image dynamic
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.3 M1   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-06-12 12:16 EDT by Anatoly Spektor CLA
Modified: 2012-08-10 08:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Spektor CLA 2012-06-12 12:16:18 EDT
Build Identifier: R3_7_1

gdk_draw_image  is deprecated and used only in CreateAlphaMask() method of Image widget. 

As CreateAlphaMask() method is not used when Cairo is used, gdk_draw_image should be dynamic.

This patch makes gdk_draw_image  dynamic:

http://fedorapeople.org/gitweb?p=aspektor/public_git/eclipse.platform.swt.git;a=commit;h=1c3e351024c783b339391b27de6ce67ce363503e

Reproducible: Always