Skip to content

Commit

Permalink
use a direct doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 16, 2022
1 parent 13bdbe5 commit 233960c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/eframe/src/epi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ pub struct NativeOptions {

/// On Mac: the window doesn't have a titlebar, but floating window buttons.
///
/// See [winit's documentation][with_fullsize_content_view] for information on Mac-specific options.
///
/// [with_fullsize_content_view]: https://docs.rs/winit/latest/x86_64-apple-darwin/winit/platform/macos/trait.WindowBuilderExtMacOS.html#tymethod.with_fullsize_content_view
/// See [`winit::platform::macos::WindowBuilderExtMacOS`] for more information about Mac-specific options.
pub fullsize_content: bool,

/// On Windows: enable drag and drop support. Drag and drop can
Expand Down

0 comments on commit 233960c

Please sign in to comment.