X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwayland.hpp;h=85ca4f67d2cb39a5ca8f10223903a4d7f13b88b7;hb=7fdd67a957d9e06016970e823d006a36f4b52c73;hp=889b7220b97a11e41753a1b3db73389ccd3383d7;hpb=a0eba6dbbf675a45f744fb8d6f4fb3cc1c901713;p=staging%2Fwindowmanager.git diff --git a/src/wayland.hpp b/src/wayland.hpp index 889b722..85ca4f6 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -110,46 +110,6 @@ struct output : wayland_proxy { // |___/ namespace genivi { -// -// _ __ __ _ _ __ ___ ___ ___ _ __ __ _ ___ ___ -// | '_ \ / _` | '_ ` _ \ / _ \/ __| '_ \ / _` |/ __/ _ \ -// | | | | (_| | | | | | | __/\__ \ |_) | (_| | (_| __/ -// |_| |_|\__,_|_| |_| |_|\___||___/ .__/ \__,_|\___\___| -// |_| -// _ _ __ -// _ __ ___ | |_(_)/ _|_ _ -// | '_ \ / _ \| __| | |_| | | | -// | | | | (_) | |_| | _| |_| | -// |_| |_|\___/ \__|_|_| \__, | -// |___/ -namespace notify { -enum property { - Dimensions, // i.e. configure - DestRect, - SrcRect, - ZOrder, - Vibility, - Opacity, - Layer, - Surface, - Content, - Orientation, - Screen, -}; - -template -struct notifier { - typedef std::function ReceiverT; - - std::vector receivers; - - virtual ~notifier() {} - - void add_receiver(ReceiverT); - void notify(enum property) const; -}; -} - struct controller; struct controlled_entity {