Move calculation of window render data into native code

There was no reason to do it in python
This commit is contained in:
Kovid Goyal
2021-12-05 12:21:24 +05:30
parent 2546afb7aa
commit c11da595ef
5 changed files with 22 additions and 39 deletions

View File

@@ -28,15 +28,6 @@ class FloatEdges(NamedTuple):
bottom: float = 0
class ScreenGeometry(NamedTuple):
xstart: float
ystart: float
xnum: int
ynum: int
dx: float
dy: float
class WindowGeometry(NamedTuple):
left: int
top: int