* Child frame alpha (not background) @ 2023-11-11 8:30 Psionic K 2023-11-11 12:44 ` Po Lu 0 siblings, 1 reply; 3+ messages in thread From: Psionic K @ 2023-11-11 8:30 UTC (permalink / raw) To: help-gnu-emacs While developing champagne.el, I'm sure I saw child frame alpha (not just background) was working at some point. I think it has regressed. Code here: https://github.com/positron-solutions/champagne/blob/master/lisp/champagne.el#L189-L190 I tried out PGTK and a number of window managers on 29 and master. I never got full transparency working again. I've been using XFCE forever. If anyone sees the simpler alpha frame property working, it would be helpful to know your window manager and Emacs version for bisection. The background transparency is pretty sweet. Can't wait to polish keypression some more. https://youtube.com/shorts/cXB7EnTcAD4 -- 남백호 대표 겸 공동 창업자 포지트론 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Child frame alpha (not background) 2023-11-11 8:30 Child frame alpha (not background) Psionic K @ 2023-11-11 12:44 ` Po Lu [not found] ` <CADQMGASK6TGDJcPOH8jisca6PRbn_KR5tvk=YQ=D10Ftf01LwA@mail.gmail.com> 0 siblings, 1 reply; 3+ messages in thread From: Po Lu @ 2023-11-11 12:44 UTC (permalink / raw) To: Psionic K; +Cc: help-gnu-emacs Psionic K <psionik@positron.solutions> writes: > While developing champagne.el, I'm sure I saw child frame alpha (not just > background) was working at some point. I think it has regressed. Code > here: > https://github.com/positron-solutions/champagne/blob/master/lisp/champagne.el#L189-L190 > > I tried out PGTK and a number of window managers on 29 and master. I never > got full transparency working again. I've been using XFCE forever. If > anyone sees the simpler alpha frame property working, it would be helpful > to know your window manager and Emacs version for bisection. > > The background transparency is pretty sweet. Can't wait to polish > keypression some more. https://youtube.com/shorts/cXB7EnTcAD4 Neither alpha nor alpha-background has ever functioned under child frames, since non-toplevel windows cannot be composited on any window system we support. This is prerequisite for superimposing the contents of any number of translucent windows upon their parents and siblings. I have long been of the opinion that child frames are a misfeature; it is better to create a frame that is kept above all others, and to position such a frame manually. ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CADQMGASK6TGDJcPOH8jisca6PRbn_KR5tvk=YQ=D10Ftf01LwA@mail.gmail.com>]
[parent not found: <87r0kumazp.fsf@yahoo.com>]
[parent not found: <CADQMGASPeT6N=MSewFVKN80qYw+GZXFx+s-y=dPyW1+n2tznqQ@mail.gmail.com>]
* Re: Child frame alpha (not background) [not found] ` <CADQMGASPeT6N=MSewFVKN80qYw+GZXFx+s-y=dPyW1+n2tznqQ@mail.gmail.com> @ 2023-11-13 6:43 ` Po Lu 0 siblings, 0 replies; 3+ messages in thread From: Po Lu @ 2023-11-13 6:43 UTC (permalink / raw) To: Psionic K; +Cc: help-gnu-emacs [Please use "Reply All", so that the mailing list receives all replies.] Psionic K <psionik@positron.solutions> writes: > Sounds like the expectation is that applications should composite > internally if they want to draw more things in a given window. Given > that tiling exists, asking for windows but not wanting them managed by > a window manager seems counter to a user-choice focused data model. X "windows" are what other toolkits dub "widgets," top-level windows being windows whose parents are the root window or frame windows created by a window manager. A window manager cannot control top-level windows on which the override-redirect property is set, so such constrants as tiling cannot be imposed on them. > If that's true, the right solution is to properly implement a child > frame that uses drawing rather than repurposing the window > functionality. Anyway, patches to this end are welcome as always, but until then frames will remain sub-optimal as user-interface elements. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-13 6:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-11-11 8:30 Child frame alpha (not background) Psionic K 2023-11-11 12:44 ` Po Lu [not found] ` <CADQMGASK6TGDJcPOH8jisca6PRbn_KR5tvk=YQ=D10Ftf01LwA@mail.gmail.com> [not found] ` <87r0kumazp.fsf@yahoo.com> [not found] ` <CADQMGASPeT6N=MSewFVKN80qYw+GZXFx+s-y=dPyW1+n2tznqQ@mail.gmail.com> 2023-11-13 6:43 ` Po Lu
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.