This commit is contained in:
Kovid Goyal
2017-10-27 10:29:25 +05:30
parent b4d824e165
commit 2b9034759a

View File

@@ -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);