Merge pull request #82 from tomaka/documentation
Some documentation improvements
This commit is contained in:
commit
f1d70d351e
3 changed files with 25 additions and 23 deletions
|
|
@ -297,6 +297,7 @@ impl Window {
|
|||
/// DEPRECATED. Gets the native platform specific display for this window.
|
||||
/// This is typically only required when integrating with
|
||||
/// other libraries that need this information.
|
||||
#[deprecated]
|
||||
#[inline]
|
||||
pub unsafe fn platform_display(&self) -> *mut libc::c_void {
|
||||
self.window.platform_display()
|
||||
|
|
@ -305,6 +306,7 @@ impl Window {
|
|||
/// DEPRECATED. Gets the native platform specific window handle. This is
|
||||
/// typically only required when integrating with other libraries
|
||||
/// that need this information.
|
||||
#[deprecated]
|
||||
#[inline]
|
||||
pub unsafe fn platform_window(&self) -> *mut libc::c_void {
|
||||
self.window.platform_window()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue