Bug 16945 - [GTK] Support transparent windows
Summary: [GTK] Support transparent windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Cairo, Gtk
: 17312 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-19 22:08 PST by Alp Toker
Modified: 2008-02-18 15:16 PST (History)
2 users (show)

See Also:


Attachments
Example transparent web view (1.15 KB, patch)
2008-01-19 22:10 PST, Alp Toker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2008-01-19 22:08:28 PST
WebKit can draw onto an RGBA visual to provide transparent web views for features like Dashboard. We should provide public API to enable this feature.
Comment 1 Alp Toker 2008-01-19 22:10:27 PST
Created attachment 18560 [details]
Example transparent web view

Setting the container widget to use an rgba visual will cause the page content to be rendered on a transparent window.
Comment 2 Alp Toker 2008-02-18 15:12:26 PST
Fix landed in r30385. This feature may need some work but is good for basic uses.
Comment 3 Alp Toker 2008-02-18 15:16:06 PST
*** Bug 17312 has been marked as a duplicate of this bug. ***