Do not make daemon_proxy public

This commit is contained in:
Adam Bieńkowski 2020-07-20 19:38:43 +02:00
parent 193edf802d
commit 50d1771817

View File

@ -72,7 +72,7 @@ namespace Gala {
private Meta.Window? moving; //place for the window that is being moved over
public Daemon? daemon_proxy = null;
Daemon? daemon_proxy = null;
NotificationStack notification_stack;