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

Commit 001eaa04 authored by Hendrik Wagenaar's avatar Hendrik Wagenaar
Browse files

Rename typedef to dvr

Bug: b/36040550
Test: None
Change-Id: I489bf73289daa895c531ee6fd47a75537fb34eca
parent 975e49a2
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();