[Xfce4-commits] [xfce/xfwm4] 01/01: compositor: Enable root pixmap by default

noreply at xfce.org noreply at xfce.org
Mon Jul 15 21:38:37 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 8041a3cf06749926e308708f76dfa7892c9bd69c
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue Aug 25 16:51:52 2015 +0200

    compositor: Enable root pixmap by default
    
    Bug: 15709
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
    (cherry picked from commit 6caed779e627c368e2d3e578d1fad60cd7ef1d18)
---
 src/compositor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/compositor.c b/src/compositor.c
index 122467b..2561528 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -105,6 +105,10 @@
 #define MONITOR_ROOT_PIXMAP   1
 #endif /* MONITOR_ROOT_PIXMAP */
 
+#ifndef MONITOR_ROOT_PIXMAP
+#define MONITOR_ROOT_PIXMAP   1
+#endif /* MONITOR_ROOT_PIXMAP */
+
 typedef struct _CWindow CWindow;
 struct _CWindow
 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list