Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa32de6b authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Merge a bunch of cherry-picked changes from the open-source tree.

parents f770f475 d7fac60c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ public:
    class region_rasterizer {
        friend class region_operator;
        virtual void operator()(const RECT& rect) = 0;
    public:
        virtual ~region_rasterizer() { };
    };
    
    inline region_operator(int op, const region& lhs, const region& rhs) 
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ public:
        size_t frameCount;
    };

    virtual ~AudioBufferProvider() {}
    
    virtual status_t getNextBuffer(Buffer* buffer) = 0;
    virtual void releaseBuffer(Buffer* buffer) = 0;
};