summaryrefslogtreecommitdiff
path: root/mate-panel/panel-multimonitor.h
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-06-20 16:48:57 +0000
committerraveit65 <[email protected]>2019-06-24 15:50:45 +0200
commit87fe770a9b17116a44f0d5ed5ed15d40f807a82f (patch)
tree83b0846255cd4894fcec3a34e311a3558acc3596 /mate-panel/panel-multimonitor.h
parent2cdd4ea85f21db8ec7409e2fa3c3009bd123bd4b (diff)
downloadmate-panel-87fe770a9b17116a44f0d5ed5ed15d40f807a82f.tar.bz2
mate-panel-87fe770a9b17116a44f0d5ed5ed15d40f807a82f.tar.xz
Add panel_multimonitor_get_bounds ()
Diffstat (limited to 'mate-panel/panel-multimonitor.h')
-rw-r--r--mate-panel/panel-multimonitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/panel-multimonitor.h b/mate-panel/panel-multimonitor.h
index ea262b17..8829a5f3 100644
--- a/mate-panel/panel-multimonitor.h
+++ b/mate-panel/panel-multimonitor.h
@@ -45,5 +45,7 @@ void panel_multimonitor_is_at_visible_extreme (int monitor_id,
gboolean *rightmost,
gboolean *topmost,
gboolean *bottommost);
+void panel_multimonitor_get_bounds (GdkPoint *min,
+ GdkPoint *max);
#endif /* __PANEL_MULTIMONITOR_H__ */