mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
...
This commit is contained in:
parent
b4d824e165
commit
2b9034759a
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ get_cursor_pos(WindowWrapper *self) {
|
|||
}
|
||||
|
||||
static PyObject*
|
||||
get_content_scale(WindowWrapper *self) {
|
||||
get_content_scale(WindowWrapper UNUSED *self) {
|
||||
#ifdef has_content_scale_query
|
||||
float xscale, yscale;
|
||||
glfwGetWindowContentScale(self->window, &xscale, &yscale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue