mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
Forgot to remove function on apple
This commit is contained in:
parent
728dbbfff0
commit
b51584525a
1 changed files with 2 additions and 0 deletions
|
|
@ -669,11 +669,13 @@ error_callback(int error, const char* description) {
|
|||
}
|
||||
|
||||
|
||||
#ifndef __APPLE__
|
||||
static void
|
||||
dbus_user_notification_activated(uint32_t notification_id, const char* action) {
|
||||
unsigned long nid = notification_id;
|
||||
call_boss(dbus_notification_callback, "Oks", Py_True, nid, action);
|
||||
}
|
||||
#endif
|
||||
|
||||
PyObject*
|
||||
glfw_init(PyObject UNUSED *self, PyObject *args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue