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:
committed by
Carlos R. Mafra
parent
af6c4ec37f
commit
2c20413831
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user