[emerald] rebuilt for api change in compiz-0.9.5.0

leigh123linux leigh123linux at fedoraproject.org
Fri Jul 15 18:32:45 UTC 2011


commit 2c2015d55ad1d4b5daf1a0c8e570fbbae3e615f2
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Fri Jul 15 19:32:32 2011 +0100

    rebuilt for api change in compiz-0.9.5.0

 emerald-0.8.5-api-change.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/emerald-0.8.5-api-change.patch b/emerald-0.8.5-api-change.patch
index 966d3d4..1e7d3ec 100644
--- a/emerald-0.8.5-api-change.patch
+++ b/emerald-0.8.5-api-change.patch
@@ -45,3 +45,22 @@
  
  	XChangeProperty(xdisplay, xroot,
  			activeAtom,
+@@ -5512,7 +5512,7 @@
+     gdkdisplay = gdk_display_get_default();
+     xdisplay = gdk_x11_display_get_xdisplay(gdkdisplay);
+ 
+-    frame_window_atom = XInternAtom(xdisplay, "_NET_FRAME_WINDOW", FALSE);
++    frame_window_atom = XInternAtom(xdisplay, DECOR_INPUT_FRAME_ATOM_NAME, FALSE);
+     win_decor_atom = XInternAtom(xdisplay, DECOR_WINDOW_ATOM_NAME, FALSE);
+     win_blur_decor_atom = XInternAtom (xdisplay, DECOR_BLUR_ATOM_NAME, FALSE);
+     wm_move_resize_atom = XInternAtom(xdisplay, "_NET_WM_MOVERESIZE", FALSE);
+@@ -5617,7 +5617,8 @@
+     update_window_extents(ws);
+     update_shadow(pfs);
+ 
+-    decor_set_dm_check_hint(xdisplay, DefaultScreen(xdisplay));
++    decor_set_dm_check_hint(xdisplay, DefaultScreen(xdisplay),
++    			    WINDOW_DECORATION_TYPE_PIXMAP);
+ 
+     update_settings(ws);
+ 


More information about the scm-commits mailing list