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

Commit 3f94f761 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Get rid of the "pid" parameter from createSurface

Change-Id: I28635e3f803e6abe965d79998e305f54a202465d
parent 7bf8413f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -543,7 +543,6 @@ int main(int argc, char **argv) {
        CHECK_EQ(composerClient->initCheck(), (status_t)OK);

        control = composerClient->createSurface(
                getpid(),
                String8("A Surface"),
                0,
                1280,
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ int main(int argc, char **argv) {

    sp<SurfaceControl> control =
        composerClient->createSurface(
                getpid(),
                String8("A Surface"),
                0,
                1280,