1
0
Fork 0
baseview/src
Micah Johnston 348bc9fe61
Remove RawWindowHandleWrapper (#156)
RawWindowHandleWrapper is only necessary since GlContext::create takes an `impl
HasRawWindowHandle` argument, but GlContext::create is an internal unsafe API
and it is can just take a RawWindowHandle directly.
2023-12-12 11:47:32 -06:00
..
gl Remove RawWindowHandleWrapper (#156) 2023-12-12 11:47:32 -06:00
macos Remove RawWindowHandleWrapper (#156) 2023-12-12 11:47:32 -06:00
win Remove RawWindowHandleWrapper (#156) 2023-12-12 11:47:32 -06:00
x11 Remove Window::open_as_if_parented (#153) 2023-12-12 16:45:12 +00:00
clipboard.rs Use &str instead of String. 2023-02-22 10:14:54 -08:00
event.rs Run rustfmt (#154) 2023-12-12 10:41:03 -06:00
keyboard.rs Fix a whackton of warnings and clippy lints 2022-02-07 23:10:53 +01:00
lib.rs Simplify and use copy_to_clipboard. 2023-02-21 15:45:11 -08:00
mouse_cursor.rs fix Windows build 2020-10-20 17:04:37 -05:00
window.rs Remove RawWindowHandleWrapper (#156) 2023-12-12 11:47:32 -06:00
window_info.rs Run cargo fmt on source files (#106) 2021-11-10 00:57:54 -06:00
window_open_options.rs Add stubs for creating OpenGL contexts 2022-02-07 19:00:48 +01:00