Loading libs/vr/libdisplay/include/private/dvr/vsync_client_api.h +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
libs/vr/libdisplay/include/private/dvr/vsync_client_api.h +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading