diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-08-13T12·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2018-08-13T12·00+0000 |
commit | 33dec8d1a382f77b3bd8a64f8d56e8e06c2043b1 (patch) | |
tree | d0c72fd3b42921cbdca140601a5d2405bf5d11ce /exwm-core.el | |
parent | ac600f091630480188932ad8d2ee315c8ee84c8e (diff) |
Trace more functions
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-core.el b/exwm-core.el index 5c501e4e3fb7..3159519f12a3 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -97,6 +97,7 @@ FORMAT-STRING is a string specifying the message to output, as in (defun exwm--lock (&rest _args) "Lock (disable all events)." + (exwm--log) (xcb:+request exwm--connection (make-instance 'xcb:ChangeWindowAttributes :window exwm--root @@ -106,6 +107,7 @@ FORMAT-STRING is a string specifying the message to output, as in (defun exwm--unlock (&rest _args) "Unlock (enable all events)." + (exwm--log) (xcb:+request exwm--connection (make-instance 'xcb:ChangeWindowAttributes :window exwm--root |