mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-14 19:44:12 +08:00
efc30f4a83
* scale * contain weston hack in one file * rest * no show * missed one
10 lines
159 B
C++
10 lines
159 B
C++
#include <QWidget>
|
|
|
|
#ifdef QCOM2
|
|
const int vwp_w = 2160, vwp_h = 1080;
|
|
#else
|
|
const int vwp_w = 1920, vwp_h = 1080;
|
|
#endif
|
|
|
|
void setMainWindow(QWidget *w);
|