summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-04 23:18:42 +0100
committerraveit65 <[email protected]>2020-12-05 13:34:56 +0100
commit78ea6fd61a3e6d0d4601b2595126eb9b0ed76a42 (patch)
tree5f8d146a4a3deb583bbdefd5e0ca5add61716aff /mate-panel/panel-profile.h
parentf577f3b17ff60cc54ef28e7c449e9f0739147bb3 (diff)
downloadmate-panel-78ea6fd61a3e6d0d4601b2595126eb9b0ed76a42.tar.bz2
mate-panel-78ea6fd61a3e6d0d4601b2595126eb9b0ed76a42.tar.xz
Fix solid color controls after disabling compositor
Diffstat (limited to 'mate-panel/panel-profile.h')
-rw-r--r--mate-panel/panel-profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-profile.h b/mate-panel/panel-profile.h
index 359714b5..930d1ee4 100644
--- a/mate-panel/panel-profile.h
+++ b/mate-panel/panel-profile.h
@@ -115,8 +115,8 @@ void panel_profile_get_background_color (PanelToplevel *topl
GdkRGBA *color);
void panel_profile_set_background_opacity (PanelToplevel *toplevel,
- guint16 opacity);
-guint16 panel_profile_get_background_opacity (PanelToplevel *toplevel);
+ gdouble percentage);
+gdouble panel_profile_get_background_opacity (PanelToplevel *toplevel);
void panel_profile_set_background_image (PanelToplevel *toplevel,
const char *image);