Bug 369624 - Make gdk_pango_context_set_colormap dynamic.
Summary: Make gdk_pango_context_set_colormap dynamic.
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.8 M6   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-01-25 02:25 EST by Alexander Kurtakov CLA
Modified: 2012-03-09 12:10 EST (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 Alexander Kurtakov CLA 2012-01-25 02:25:24 EST
This function needs to be called only on GTK versions prior to 2.6. On
newer versions the colormap is set automatically.

Commit:
http://fedorapeople.org/gitweb?p=akurtakov/public_git/eclipse.platform.swt.git;a=commit;h=43daa63fc51aa1c5336443ae54d5bcd2d44d04b6
Comment 1 Silenio Quarti CLA 2012-01-31 17:49:26 EST
Released

http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit?id=6a6819c42d1e3be98b1484b2432fe381c3569546



Is GdkColormap available in GTK3? If not, you need to remove the cast as well...