Window coordinates now signed throughout for Xlib

This commit is contained in:
Jack Andersen
2015-12-03 15:33:43 -10:00
parent fc4234708f
commit be7d0fce3f
2 changed files with 52 additions and 48 deletions

View File

@@ -34,8 +34,8 @@ struct SWindowRect
struct SWindowCoord
{
unsigned pixel[2];
unsigned virtualPixel[2];
int pixel[2];
int virtualPixel[2];
float norm[2];
};