diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-02-07T03·40+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-02-07T03·40+0800 |
commit | fb9bfd291109d3bebc622f2c33a072fac475ac85 (patch) | |
tree | abcf7c157a96e2cc90dbdcccc4887a3ebecc67c8 /exwm-floating.el | |
parent | 15cdf8f5897183adf5426ecc280eb61626e2c980 (diff) |
Eliminate compilation warnings
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index 34e9f947e763..b5ab8a8878c9 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -221,6 +221,7 @@ (exwm-floating--unset-floating exwm--id) (exwm-floating--set-floating exwm--id)))) +;;;###autoload (defun exwm-floating--fit-frame-to-window (&optional frame-outer-id width height) "Resize a floating frame to make it fit the size of the window. |