From 4fab6dc422dae015c8f7f443816aa8f6064a23f0 Mon Sep 17 00:00:00 2001 From: pelya Date: Mon, 24 Aug 2020 22:47:43 +0300 Subject: [PATCH] Updated todo --- readme.txt | 2 +- todo.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 46cac66c1..3553b60ba 100644 --- a/readme.txt +++ b/readme.txt @@ -352,7 +352,7 @@ SDL_ANDROID_SetApplicationPutToBackgroundCallback( callback_t appPutToBackground where callback_t is function pointer of type "void (*) void". The default callbacks will call another Android-specific functions: SDL_ANDROID_PauseAudioPlayback() and SDL_ANDROID_ResumeAudioPlayback() -which will pause and resume audio from HW layer, so appplication does not need to destroy and re-init audio, +which will pause and resume audio from HW layer, so application does not need to destroy and re-init audio, and in general you don't need to redefine those functions, unless you want to play audio in background. The callbacks will be called from inside SDL_Flip(). diff --git a/todo.txt b/todo.txt index f12050291..c04c49ad0 100644 --- a/todo.txt +++ b/todo.txt @@ -37,12 +37,12 @@ TODO, which will get actually done - XSDL: do not use xsel to enter Unicode characters, modify clipboard directly. -- XSDL: fix xrandr screen resizing. - -- XSDL: synchronize clipboard between XSDL and Android. +- XSDL: Copy contents of XSDL clipboard to Android clipboard when the app loses focus. - XSDL: mouse wheel movement from Bluetooth mouse do not work when mouse capture is active. +- Debian: force Chromium version to the last working one, from Jan 2020. + - OpenLieroX: limited lives are shown incorrectly in score table when spectating. - OpenLieroX: download speed test at humus.kvalitne.cz is not working, replace it with some default value.