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

Commit 0579743f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename typedef to dvr"

parents e0c320c9 001eaa04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ extern "C" {
// The "dvr_vsync_client" structure wraps a client connection to the
// system vsync service. It is used to synchronize application drawing
// with the scanout of the display.
typedef struct dvr_vsync_client dreamos_vsync_client;
typedef struct dvr_vsync_client dvr_vsync_client;

// Creates a new client to the system vsync service.
dvr_vsync_client* dvr_vsync_client_create();