diff options
author | Adam Badawy <adambada@buffalo.edu> | 2015-10-27 03:08:54 -0400 |
---|---|---|
committer | Adam Badawy <adambada@buffalo.edu> | 2015-10-27 03:09:52 -0400 |
commit | d1a573037441f62abac0e3966f0556063db14ec2 (patch) | |
tree | d85315f88098c8c50a04d92b43a85a391dfc0622 /src/api | |
parent | f9929fab2f3178cdbb5cd8bfb7492f942b766bbc (diff) | |
download | glutin-d1a573037441f62abac0e3966f0556063db14ec2.tar.gz glutin-d1a573037441f62abac0e3966f0556063db14ec2.zip |
Remove deprecated comment
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/x11/window.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api/x11/window.rs b/src/api/x11/window.rs index 3da4e7b..f705841 100644 --- a/src/api/x11/window.rs +++ b/src/api/x11/window.rs @@ -319,9 +319,6 @@ impl Window { let xf86_desk_mode = *modes.offset(0); - // FIXME: `XF86VidModeModeInfo` is missing its `hskew` field. Therefore we point to - // `vsyncstart` instead of `vdisplay` as a temporary hack. - let mode_to_switch_to = if window_attrs.monitor.is_some() { let matching_mode = (0 .. mode_num).map(|i| { let m: ffi::XF86VidModeModeInfo = ptr::read(*modes.offset(i as isize) as *const _); m |