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

Commit fff3f4af authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am f66f8a58: am 95af0c14: Merge "Add support for the PointerLocation overlay." into gingerbread

Merge commit 'f66f8a58cc4412bd258e1d5b11cac17a617bdc58'

* commit 'f66f8a58cc4412bd258e1d5b11cac17a617bdc58':
  Add support for the PointerLocation overlay.
parents b58b7e87 bdd025a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -171,7 +171,8 @@ public:
            status_t            append(const char* other);
            status_t            append(const char* other);
            status_t            append(const char* other, size_t numChars);
            status_t            append(const char* other, size_t numChars);


            status_t            appendFormat(const char* fmt, ...);
            status_t            appendFormat(const char* fmt, ...)
                    __attribute__((format (printf, 2, 3)));


            // Note that this function takes O(N) time to calculate the value.
            // Note that this function takes O(N) time to calculate the value.
            // No cache value is stored.
            // No cache value is stored.