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

Commit 07432365 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 50a66f0e: Merge "Terminate EGL when an app goes in the background" into ics-mr1

* commit '50a66f0e9c5a85a6af4a99eb66656a69eba24572':
  Terminate EGL when an app goes in the background
parents 87e69f0a c58b9999
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@ public:
    inline bool isValid() const { return magic == '_dpy'; }
    inline bool isAlive() const { return isValid(); }

    inline uint32_t getRefsCount() const { return refs; }

    struct strings_t {
        char const * vendor;
        char const * version;