Commit 360022bcdd8f521b2018315d08e328fb4255d28d
1 parent
627c3b95
Exists in
master
and in
3 other branches
Adicionando suporte D-Bus para a função set_unlock_delay.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
kybd.c
... | ... | @@ -2977,5 +2977,8 @@ int kybd_prime(H3270 *hSession) |
2977 | 2977 | LIB3270_EXPORT void lib3270_set_unlock_delay(H3270 *session, unsigned short delay) |
2978 | 2978 | { |
2979 | 2979 | CHECK_SESSION_HANDLE(session); |
2980 | + | |
2981 | + trace("%s(%d)",__FUNCTION__,(int) delay); | |
2982 | + | |
2980 | 2983 | session->unlock_delay_ms = delay; |
2981 | 2984 | } | ... | ... |