Bug 389381 - Include gtkx.h for GTK 3
Summary: Include gtkx.h 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: Alexander Kurtakov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067
  Show dependency tree
 
Reported: 2012-09-12 04:30 EDT by Alexander Kurtakov CLA
Modified: 2012-10-24 14:40 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 Alexander Kurtakov CLA 2012-09-12 04:30:23 EDT
GtkSocket and GtkPlug are no longer in gtk.h but in the X specific header gtkx.h for GTK 3. Add the conditional include to fix compilation for functions for this widgets.

Commit/patch:
http://fedorapeople.org/cgit/akurtakov/public_git/eclipse.platform.swt.git/commit/?h=gtkx_include&id=820c734fca6dc55e949c95f724ea5c08ee88df09
Comment 1 Alexander Kurtakov CLA 2012-09-12 08:29:35 EDT
Better patch taking care of gdkx.h include too.