mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
@@ -272,6 +272,6 @@ void GLWindow::wake() {
|
||||
FramebufferState* framebuffer_init(const char* name, int32_t layer, int alpha,
|
||||
int *out_w, int *out_h) {
|
||||
*out_w = vwp_w;
|
||||
*out_h = vwp_h;
|
||||
*out_h = vwp_h;
|
||||
return (FramebufferState*)1; // not null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user