diff options
author | Alexei Sorokin <[email protected]> | 2017-03-12 15:07:16 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-13 10:28:08 +0100 |
commit | 4c10ec0fdac58498c8c9616b940ff78990c86c90 (patch) | |
tree | 7cd24f21ef9f150fd7a565e255e3ea2e7dafb8c8 /eel/eel-background.h | |
parent | 438682bef1a8fea49b4c6972350bede1bfad69d0 (diff) | |
download | caja-4c10ec0fdac58498c8c9616b940ff78990c86c90.tar.bz2 caja-4c10ec0fdac58498c8c9616b940ff78990c86c90.tar.xz |
eel: Avoid deprecated gdk_window_set_background functions
Fixes partially #506, fixes compiz-reloaded/compiz#40.
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r-- | eel/eel-background.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h index b16fc88b..3820e21d 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -83,7 +83,6 @@ void eel_bg_set_placement (EelBackground /* Should be TRUE for desktop background */ gboolean eel_background_is_desktop (EelBackground *self); void eel_background_set_desktop (EelBackground *self, - GtkWidget *widget, gboolean is_desktop); /* Calls to interrogate the current state of a background. */ |