diff options
| author | mark.herbert <[email protected]> | 2025-07-18 11:42:38 +0300 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2025-09-04 10:12:14 -0400 |
| commit | d68c23bd8e07612f305dcc7825f3a8ee448544f5 (patch) | |
| tree | a0de3e3b98337639b75279a1d58ea52b276d82bb /mate-panel/panel-applet-frame.c | |
| parent | 7867d2d5888f48369bc34c1182d5171c4c224b13 (diff) | |
| download | mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.bz2 mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.xz | |
Wayland-only-build attempt 3 - changes from other branch removed
Diffstat (limited to 'mate-panel/panel-applet-frame.c')
| -rw-r--r-- | mate-panel/panel-applet-frame.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-panel/panel-applet-frame.c b/mate-panel/panel-applet-frame.c index cadd81aa..f0b5bfa9 100644 --- a/mate-panel/panel-applet-frame.c +++ b/mate-panel/panel-applet-frame.c @@ -645,6 +645,7 @@ _mate_panel_applet_frame_update_size_hints (MatePanelAppletFrame *frame, n_elements); } +#ifdef HAVE_X11 char * _mate_panel_applet_frame_get_background_string (MatePanelAppletFrame *frame, PanelWidget *panel, @@ -679,6 +680,8 @@ _mate_panel_applet_frame_get_background_string (MatePanelAppletFrame *frame, return panel_background_make_string (&panel->toplevel->background, x, y); } +#endif + static void mate_panel_applet_frame_reload_response (GtkWidget *dialog, |
