1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

wmaker: Moved timestamp variable (#2) to the global variable structure

This commit is contained in:
Christophe CURIS
2013-09-29 13:22:53 +02:00
committed by Carlos R. Mafra
parent af6c4ec37f
commit 2c20413831
4 changed files with 6 additions and 7 deletions

View File

@@ -469,6 +469,9 @@ extern struct wmaker_global_variables {
/* ts of the last event we received */
Time last_event;
/* ts on the last time we did XSetInputFocus() */
Time focus_change;
} timestamp;
} w_global;