1
0
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:
Diadlo 2016-07-29 23:22:28 +03:00
parent b4da76862a
commit 26a27cf3f8
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -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;