From 401faa0e87a8769607b979ac464be8c0fc832ff7 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 14 Jul 2017 17:18:59 -0400 Subject: limatepanel-applet: add panel-applet-private.h ... and move private functions from factory to this file. Later we will have at least one more private function. Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b plus one more change as it was added out of order --- libmate-panel-applet/mate-panel-applet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmate-panel-applet/mate-panel-applet.c') diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c index e881667e..030e829d 100644 --- a/libmate-panel-applet/mate-panel-applet.c +++ b/libmate-panel-applet/mate-panel-applet.c @@ -42,6 +42,7 @@ #include #include "mate-panel-applet.h" +#include "panel-applet-private.h" #include "mate-panel-applet-factory.h" #include "mate-panel-applet-marshal.h" #include "mate-panel-applet-enums.h" -- cgit v1.2.1