mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Merge branch 'tabs_to_spaces' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
bdb633a882
2 changed files with 3 additions and 3 deletions
2
glfw/main_loop.h
vendored
2
glfw/main_loop.h
vendored
|
|
@ -28,7 +28,7 @@ void _glfwPlatformRunMainLoop(GLFWtickcallback tick_callback, void* data) {
|
|||
keep_going = true;
|
||||
while(keep_going) {
|
||||
_glfwPlatformWaitEvents();
|
||||
EVDBG("loop tick");
|
||||
EVDBG("loop tick");
|
||||
tick_callback(data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,8 +98,8 @@ play_canberra_sound(const char *which_sound, const char *event_id) {
|
|||
ca_context_play(
|
||||
canberra_ctx, 0,
|
||||
CA_PROP_EVENT_ID, which_sound,
|
||||
CA_PROP_EVENT_DESCRIPTION, event_id,
|
||||
NULL
|
||||
CA_PROP_EVENT_DESCRIPTION, event_id,
|
||||
NULL
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue