Move call to cocoa_window.m

This commit is contained in:
Alex Lau
2018-04-26 12:42:56 -07:00
parent b7b64ec513
commit b7f4f2e898
5 changed files with 7 additions and 9 deletions

View File

@@ -358,6 +358,7 @@ PYWRAP1(set_options) {
S(close_on_child_death, PyObject_IsTrue);
S(macos_option_as_alt, PyObject_IsTrue);
S(macos_hide_titlebar, PyObject_IsTrue);
S(macos_hide_from_tasks, PyObject_IsTrue);
PyObject *chars = PyObject_GetAttrString(opts, "select_by_word_characters");
if (chars == NULL) return NULL;