mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(videomode): Added ability to store negative coordinates
This commit is contained in:
parent
b4da76862a
commit
26a27cf3f8
|
@ -25,8 +25,8 @@
|
|||
|
||||
struct VideoMode
|
||||
{
|
||||
unsigned short width, height;
|
||||
unsigned short x, y;
|
||||
int width, height;
|
||||
int x, y;
|
||||
float FPS;
|
||||
uint32_t pixel_format;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user