Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 389093 - Use cairo_region_substact() instead of gdk_region_substract() for GTK+3
Summary: Use cairo_region_substact() instead of gdk_region_substract() for GTK+3
Status: CLOSED DUPLICATE of bug 391050
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-09-07 15:51 EDT by Anatoly Spektor CLA
Modified: 2012-10-03 13:45 EDT (History)
0 users

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-09-07 15:51:31 EDT
This patch implements GTK+3 API and uses cairo_region_substract() instead of deprecated gtk_region_substract() for GTK+3 and higher:

http://fedorapeople.org/cgit/aspektor/public_git/eclipse.platform.swt.git/commit/?h=gtk3_region_substract
Comment 1 Anatoly Spektor CLA 2012-10-03 13:45:02 EDT

*** This bug has been marked as a duplicate of bug 391050 ***