Forgot to remove function on apple
This commit is contained in:
parent
728dbbfff0
commit
b51584525a
@ -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…
x
Reference in New Issue
Block a user