summaryrefslogtreecommitdiff
path: root/mate-panel/panel-struts.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2017-12-20 14:03:18 -0500
committerlukefromdc <[email protected]>2018-01-25 20:20:58 -0500
commit7f99492c269f541c81e4f36742ecc3f0b4ebac04 (patch)
treee528643e8afb5fab8517c0116700b24ee0e87c26 /mate-panel/panel-struts.h
parente8f52ab153125b06d0de4847274d29dc0ac951a6 (diff)
downloadmate-panel-7f99492c269f541c81e4f36742ecc3f0b4ebac04.tar.bz2
mate-panel-7f99492c269f541c81e4f36742ecc3f0b4ebac04.tar.xz
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 <[email protected]> Date: Wed Dec 20 14:03:18 2017 -0500
Diffstat (limited to 'mate-panel/panel-struts.h')
-rw-r--r--mate-panel/panel-struts.h3
1 files changed, 2 insertions, 1 deletions
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);