fix some legacy issues
This commit is contained in:
@@ -85,13 +85,13 @@ namespace nana
|
||||
|
||||
bool changed() const; ///< Returns true if the graphics object is operated
|
||||
bool empty() const; ///< Returns true if the graphics object does not refer to any resource.
|
||||
operator const void*() const;
|
||||
explicit operator bool() const noexcept;
|
||||
|
||||
drawable_type handle() const;
|
||||
const void* pixmap() const;
|
||||
const void* context() const;
|
||||
|
||||
void swap(graphics& other);
|
||||
void swap(graphics& other) noexcept;
|
||||
|
||||
/// Creates a graphics/drawable resource
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user