Skip to content
Snippets Groups Projects
Commit 02428ce0 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

The global variable next_timeout is no more. It has been replaced by a backend-specific variable.

Added backend_lower_timeout() for accessing the new variable.
This fixes issues GTK, GTK2 and sendfile had with the new backend implementation.

NOTE!
NOTE! Changed the argument for backend callbacks!
NOTE!
NOTE! The argument is now a struct Backend_struct * when called at entry (was NULL).
NOTE! The argument is now NULL when called at exit (was 1).
NOTE!

Thanks to Artur Skawina <lis-t.200.7@src.neostrada.pl> for investigating the problem.

Rev: src/backend.cmod:1.203
Rev: src/backend.h:1.38
Rev: src/modules/files/sendfile.c:1.76
Rev: src/post_modules/GTK/source/global.pre:1.34
Rev: src/post_modules/GTK2/source/global.pre:1.15
parent 5dc7162c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment