Files
kitty-mirror/kitty/floats.py

11 lines
320 B
Python

#!/usr/bin/env python
# License: GPLv3 Copyright: 2025, Kovid Goyal <kovid at kovidgoyal.net>
from .types import WindowGeometry
from .typing import WindowType
def calculate_geometry_for_float(child: WindowType, parent_geometry: WindowGeometry) -> WindowGeometry:
# TODO: Implement this
return parent_geometry