mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 01:15:26 +00:00
Window coordinates now signed throughout for Xlib
This commit is contained in:
@@ -34,8 +34,8 @@ struct SWindowRect
|
||||
|
||||
struct SWindowCoord
|
||||
{
|
||||
unsigned pixel[2];
|
||||
unsigned virtualPixel[2];
|
||||
int pixel[2];
|
||||
int virtualPixel[2];
|
||||
float norm[2];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user