After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345377 - real transparency
real transparency
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Behdad Esfahbod
VTE Maintainers
Depends on:
Blocks: 345378
 
 
Reported: 2006-06-20 04:56 UTC by Behdad Esfahbod
Modified: 2006-07-10 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (8.34 KB, patch)
2006-06-20 04:57 UTC, Behdad Esfahbod
accepted-commit_now Details | Review

Description Behdad Esfahbod 2006-06-20 04:56:52 UTC
Patch from Rawhide, to add support for compositing managers.
Comment 1 Behdad Esfahbod 2006-06-20 04:57:54 UTC
Created attachment 67668 [details] [review]
The patch

Author: Kristian Høgsberg <krh redhat.com>
Comment 2 Behdad Esfahbod 2006-07-10 16:57:46 UTC
2006-07-10  Behdad Esfahbod  <behdad@gnome.org>

        Bug 345377 – real transparency
        Patch from Kristian Høgsberg <krh redhat.com>

        * doc/reference/tmpl/vte.sgml:
        * doc/reference/vte-sections.txt:
        * python/vte.defs:
        * src/vte-private.h:
        * src/vte.c (vte_terminal_set_opacity), (vte_terminal_init),
        (vte_terminal_background_update):
        * src/vte.h:
        * src/vteapp.c (main):
        * src/vtedraw.c (_vte_draw_set_background_color):
        * src/vtedraw.h:
        * src/vteft2.c (_vte_ft2_set_background_color):
        * src/vtegl.c (_vte_gl_set_background_color):
        * src/vtepango.c (_vte_pango_set_background_color):
        * src/vtepangox.c (_vte_pango_x_set_background_color):
        * src/vteskel.c (_vte_skel_set_background_color):
        * src/vtexft.c (_vte_xft_create), (_vte_xft_set_background_color),
        (_vte_xft_clear):
        Add vte_terminal_set_opacity().