Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 297137 Details for
Bug 396247
x11-misc/xcompmgr-dana - Dana Jansens's fork of the X Composisting Manager
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
send-event.patch for xcompmgr-dana
send-event.patch (text/plain), 987 bytes, created by
Jisarpoz88
on 2011-12-28 00:37:02 UTC
(
hide
)
Description:
send-event.patch for xcompmgr-dana
Filename:
MIME Type:
Creator:
Jisarpoz88
Created:
2011-12-28 00:37:02 UTC
Size:
987 bytes
patch
obsolete
>This patch is necessary to use real transparency with tint2. >It can also be useful for any application which needs to know >if there is a compositing manager running. >See http://bugs.freedesktop.org/show_bug.cgi?id=26090 > > >diff -Nur xcompmgr-dana/xcompmgr.c xcompmgr-dana.new/xcompmgr.c >--- xcompmgr-dana/xcompmgr.c 2010-01-25 21:53:13.000000000 +0100 >+++ xcompmgr-dana.new/xcompmgr.c 2010-06-05 09:42:38.000000000 +0200 >@@ -1991,6 +1991,21 @@ > free(buf); > > XSetSelectionOwner (dpy, a, w, 0); >+ >+ /* Send a ClientMessage notification so other apps >+ can detect the compositing manager started */ >+ XClientMessageEvent ev; >+ ev.type = ClientMessage; >+ ev.window = RootWindow (dpy, scr); >+ ev.message_type = a; >+ ev.format = 32; >+ ev.data.l[0] = CurrentTime; >+ ev.data.l[1] = a; >+ ev.data.l[2] = w; >+ ev.data.l[3] = 0; >+ ev.data.l[4] = 0; >+ XSendEvent(dpy, RootWindow (dpy, scr), False, StructureNotifyMask, (XEvent*)&ev); >+ > } > > int
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 396247
:
297135
| 297137 |
297139
|
297141
|
297143
|
297145
|
297191
|
297193
|
297195
|
297197