Bug 392786 - [GTK3] need to check senders of OS.gdk_window_set_back_pixmap
Summary: [GTK3] need to check senders of OS.gdk_window_set_back_pixmap
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 4.6 M3   Edit
Assignee: Eric Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 340067 441566 474628
  Show dependency tree
 
Reported: 2012-10-24 17:08 EDT by Silenio Quarti CLA
Modified: 2015-09-23 10:14 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silenio Quarti CLA 2012-10-24 17:08:11 EDT
The API gdk_window_set_back_pixmap is not available in GTK3. Could we use gdk_window_set_background_pattern as a replacement?

I have made this native dynamic to be able to compile the SWT libraries.
Comment 1 Eclipse Genie CLA 2015-09-21 10:12:08 EDT
New Gerrit change created: https://git.eclipse.org/r/56351
Comment 3 Alexander Kurtakov CLA 2015-09-23 07:28:33 EDT
Thanks for the patch. Pushed. We can consider ourselves lucky that this doesn't caused bigger issues.
Comment 4 Lars Vogel CLA 2015-09-23 09:56:20 EDT
(In reply to Alexander Kurtakov from comment #3)
> Thanks for the patch. Pushed. We can consider ourselves lucky that this
> doesn't caused bigger issues.

Candidate for 4.5.2?
Comment 5 Alexander Kurtakov CLA 2015-09-23 10:14:00 EDT
(In reply to Lars Vogel from comment #4)
> (In reply to Alexander Kurtakov from comment #3)
> > Thanks for the patch. Pushed. We can consider ourselves lucky that this
> > doesn't caused bigger issues.
> 
> Candidate for 4.5.2?

I would rather not. There is nothing to serve as a reason for the backport we are just doing the correct thing for the future.