diff options
Diffstat (limited to 'src/safe_x11/window.rs')
-rw-r--r-- | src/safe_x11/window.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/safe_x11/window.rs b/src/safe_x11/window.rs index 24b5b62..0e8ab10 100644 --- a/src/safe_x11/window.rs +++ b/src/safe_x11/window.rs @@ -1,3 +1,5 @@ +// See LICENSE file for copyright and license details. + use x11::xlib; use x11::xlib::{ Window, |