diff options
author | Alexei Sorokin <[email protected]> | 2017-03-12 15:07:16 +0300 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-03-12 15:07:16 +0300 |
commit | dc510d875ae166dd814cebc060186b4042b0ef30 (patch) | |
tree | 7d4b5b9e8bb16e561d4425a1a01923c6dfbe2bad /eel/eel-background.h | |
parent | f8e542223bdd305ac69ed0380b05b9a0c99ad3ab (diff) | |
download | caja-dc510d875ae166dd814cebc060186b4042b0ef30.tar.bz2 caja-dc510d875ae166dd814cebc060186b4042b0ef30.tar.xz |
eel: Avoid deprecated gdk_window_set_background functions
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r-- | eel/eel-background.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h index 9303835e..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. */ @@ -95,11 +94,7 @@ gboolean eel_background_is_set (EelBackground /* Helper function for widgets using EelBackground */ void eel_background_draw (GtkWidget *widget, -#if GTK_CHECK_VERSION (3, 0, 0) cairo_t *cr); -#else - GdkEventExpose *event); -#endif /* Handles a dragged color being dropped on a widget to change the background color. */ void eel_background_set_dropped_color (EelBackground *self, |