Bug 391937 - Use gtk_render_extension instead of gtk_paint_extension for GTK+ 3
Summary: Use gtk_render_extension instead of gtk_paint_extension for GTK+ 3
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.3 M3   Edit
Assignee: Arun Thondapu CLA
QA Contact:
URL:
Whiteboard: gtk3test
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-10-15 10:55 EDT by Anatoly Spektor CLA
Modified: 2012-10-15 14:11 EDT (History)
2 users (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-10-15 10:55:35 EDT
This patch uses gtk_render_extension instead of deprecated gtk_paint_extension method for GTK+ 3:

http://fedorapeople.org/cgit/aspektor/public_git/eclipse.platform.swt.git/commit/?h=gtk3_render_extension_64
Comment 1 Arun Thondapu CLA 2012-10-15 14:11:24 EDT
Patch looks fine, pushed to master - http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=d090fa149a4cb297f7af43a248a69e342be801ae

Thanks Anatoly!