]> git.draconx.ca Git - gentoo-fixes.git/blob - x11-wm/fvwm/files/README.translucency
x11-wm/fvwm: fixed prefix and man page installation.
[gentoo-fixes.git] / x11-wm / fvwm / files / README.translucency
1 From owner-fvwm@hpc.uh.edu  Sun Aug 31 22:52:59 2003
2 Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists)
3         by malifon.math.uh.edu with esmtp (Exim 3.20 #1)
4         id 19tb0F-0006NY-00; Sun, 31 Aug 2003 17:48:59 -0500
5 Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 31 Aug 2003 17:50:31 -0500 (CDT)
6 Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2])
7         by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA16575
8         for <fvwm@hpc.uh.edu>; Sun, 31 Aug 2003 17:50:24 -0500 (CDT)
9 Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [127.0.0.1])
10         by epithumia.math.uh.edu (8.12.8/8.12.5) with ESMTP id h7VMml6M025095
11         for <fvwm@hpc.uh.edu>; Sun, 31 Aug 2003 17:48:47 -0500
12 Received: (from tibbs@localhost)
13         by epithumia.math.uh.edu (8.12.8/8.12.8/Submit) id h7VMmlVC025093
14         for fvwm@hpc.uh.edu; Sun, 31 Aug 2003 17:48:47 -0500
15 Received: from util2.math.uh.edu (util2.math.uh.edu [129.7.128.23])
16         by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA16418
17         for <fvwm@hpc.uh.edu>; Sun, 31 Aug 2003 16:02:07 -0500 (CDT)
18 Received: from postfix4-2.free.fr ([213.228.0.176])
19         by util2.math.uh.edu with esmtp (Exim 4.20)
20         id 19tZIm-00079F-6t
21         for fvwm@fvwm.org; Sun, 31 Aug 2003 16:00:00 -0500
22 Received: from snoopy.folie (nas-p19-3-62-147-221-172.dial.proxad.net [62.147.221.172])
23         by postfix4-2.free.fr (Postfix) with ESMTP id 59DE6C386
24         for <fvwm@fvwm.org>; Sun, 31 Aug 2003 22:59:34 +0200 (CEST)
25 Received: by snoopy.folie (Postfix, from userid 501)
26         id A4D1D48784; Sun, 31 Aug 2003 22:39:19 +0200 (CEST)
27 Date: Sun, 31 Aug 2003 22:39:19 +0200
28 From: Olivier Chapuis <olivier.chapuis@free.fr>
29 To: fvwm@fvwm.org
30 Subject: Re: FVWM: Transparency/Translucency revisited...
31 Message-ID: <20030831203919.GA6205@snoopy.folie>
32 Mail-Followup-To: fvwm@fvwm.org
33 References: <Pine.LNX.4.44.0308251817370.1980-100000@atlantis.ssw.krakow.pl>
34 Mime-Version: 1.0
35 Content-Type: multipart/mixed; boundary="Nq2Wo0NMKNjxTN9z"
36 Content-Disposition: inline
37 In-Reply-To: <Pine.LNX.4.44.0308251817370.1980-100000@atlantis.ssw.krakow.pl>
38 User-Agent: Mutt/1.4i
39 X-Spam-Score: -9.3 (---------)
40 Sender: owner-fvwm@hpc.uh.edu
41 Precedence: list
42 X-Majordomo: 1.94.jlt7
43 Status: RO
44 Content-Length: 6519
45 Lines: 122
46
47
48 --Nq2Wo0NMKNjxTN9z
49 Content-Type: text/plain; charset=us-ascii
50 Content-Disposition: inline
51
52 On Mon, Aug 25, 2003 at 09:00:32PM +0200, Dawid Kuroczko wrote:
53 > Hello. :-)
54
55 > I did manage to make pseudo-transparent menus, but now I'd like
56 > to make something more "real".  What I'd like to do is to have
57 > something like there is in KDE.
58
59 > It should work like this:
60 >  1. user clicks thus calling a Menu.
61 >  2. current screen dump is taken (with all the windows, but
62 >     without a menu just as yet).
63 >  3. this screen dump is made available to Menu as
64 >     root background pixmap.
65 >  4. Menu is displayed with tinted real background.
66
67 > This way it's pretty easy to make an illusion of real
68 > transparency (and looks "l33t", as some may say).
69 >
70
71 Here a new version of the patch for current cvs/snapshot.
72 This patch add a new options to Colorset: Translucent/NoTranslucent.
73 These options has effects only with (non tear-off) menu.
74 Also menu animation is "handled".
75
76 For example with:
77
78   Colorset 5 fg yellow, bg blue, HGradient 200 lightblue darkblue, \
79           Translucent blue 60
80   Style * MenuColorset 5, PopupOffset 0 100, AnimationOff
81
82 you get translucent menus (with a 60% blue tint) and if you tear-off
83 a menu the menu use the gradient.
84
85 Regards, Olivier
86
87 <snip patch>
88
89 --
90 Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
91 To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
92 message to majordomo@fvwm.org.
93 To report problems, send mail to fvwm-owner@fvwm.org.
94