Re: Panels with compiz
Tony Houghton <[email protected]>
| Newsgroups | gmane.comp.desktop.rox.devel |
|---|---|
| Message-ID | <[email protected]> |
In <[email protected]> Tony Houghton <[email protected]> wrote: > I'm attaching a little patch. Which I promptly forgot. I'd also forgotten to reinstall claws-mail-attach-warner. -- TH * http://www.realh.co.uk ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rox-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rox-devel
rox-disable-panel-below.diff
(text/x-patch, 460 B)
diff --git a/ROX-Filer/src/gui_support.c b/ROX-Filer/src/gui_support.c
index a672f88..5c75639 100644
--- a/ROX-Filer/src/gui_support.c
+++ b/ROX-Filer/src/gui_support.c
@@ -1237,9 +1237,11 @@ void keep_below(GdkWindow *window, gboolean setting)
gdk_atom_intern("_NET_WM_STATE_ABOVE", FALSE),
GDK_NONE);
}
+ /*
rox_wmspec_change_state(setting, window,
gdk_atom_intern("_NET_WM_STATE_BELOW", FALSE),
GDK_NONE);
+ */
}
#if 0
else