feat: video auto reconnect
Clang Lint CI / lint-no-video (push) Failing after 1m10s
Clang Build CI / run-no-video (push) Successful in 1m55s
Clang Build CI / run-video (push) Successful in 1m55s
Clang Build CI / build-release (push) Successful in 2m42s
Clang Lint CI / lint-video (push) Failing after 2m20s
Clang Lint CI / lint-no-video (push) Failing after 1m10s
Clang Build CI / run-no-video (push) Successful in 1m55s
Clang Build CI / run-video (push) Successful in 1m55s
Clang Build CI / build-release (push) Successful in 2m42s
Clang Lint CI / lint-video (push) Failing after 2m20s
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ void window_events() { glfwPollEvents(); }
|
||||
|
||||
double window_get_time() { return glfwGetTime(); }
|
||||
|
||||
void window_use(Window *window, SharedContext *context) {
|
||||
void window_use(Window *window, Context *context) {
|
||||
int width;
|
||||
int height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user