diff options
Diffstat (limited to 'mate-panel/panel-background.c')
| -rw-r--r-- | mate-panel/panel-background.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c index b5c475d7..e9f3a6c2 100644 --- a/mate-panel/panel-background.c +++ b/mate-panel/panel-background.c @@ -763,6 +763,7 @@ panel_background_free (PanelBackground *background) background->default_pattern = NULL; } +#ifdef HAVE_X11 char * panel_background_make_string (PanelBackground *background, int x, @@ -799,6 +800,7 @@ panel_background_make_string (PanelBackground *background, return retval; } +#endif PanelBackgroundType panel_background_get_type (PanelBackground *background) |
