From 7f99492c269f541c81e4f36742ecc3f0b4ebac04 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 20 Dec 2017 14:03:18 -0500 Subject: Support panel auto-scaling for HiDPI displays *Fix scaling of panel widgets, buttons, and the menu bar *Draw grab handles at the ends of the panel *Fix size of _almost_ all included applets *Fix panel snapping coordinates *Down-scale monitor coordinates to support multi-monitors Author: Victor Kareh Date: Wed Dec 20 14:03:18 2017 -0500 --- mate-panel/panel-struts.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-panel/panel-struts.h') diff --git a/mate-panel/panel-struts.h b/mate-panel/panel-struts.h index b96b93e6..e7d8185f 100644 --- a/mate-panel/panel-struts.h +++ b/mate-panel/panel-struts.h @@ -36,7 +36,8 @@ gboolean panel_struts_register_strut (PanelToplevel *toplevel, PanelOrientation orientation, int strut_size, int strut_start, - int strut_end); + int strut_end, + gint scale); void panel_struts_unregister_strut (PanelToplevel *toplevel); -- cgit v1.2.1