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-factory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmate-panel-applet/mate-panel-applet-factory.c') diff --git a/libmate-panel-applet/mate-panel-applet-factory.c b/libmate-panel-applet/mate-panel-applet-factory.c index cf38d64c..fef1528c 100644 --- a/libmate-panel-applet/mate-panel-applet-factory.c +++ b/libmate-panel-applet/mate-panel-applet-factory.c @@ -20,6 +20,7 @@ */ #include "mate-panel-applet.h" +#include "panel-applet-private.h" #include "mate-panel-applet-factory.h" -- cgit v1.2.1