File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ class NBL_API2 IWindowManager : public core::IReferenceCounted
22
22
virtual core::smart_refctd_ptr<IWindow> createWindow (IWindow::SCreationParams&& creationParams) = 0;
23
23
virtual SDisplayInfo getPrimaryDisplayInfo () const = 0;
24
24
25
- NBL_API2 virtual bool setWindowSize_impl (IWindow* window, uint32_t width, uint32_t height) = 0;
26
- NBL_API2 virtual bool setWindowPosition_impl (IWindow* window, int32_t x, int32_t y) = 0;
27
- NBL_API2 virtual bool setWindowRotation_impl (IWindow* window, bool landscape) = 0;
28
- NBL_API2 virtual bool setWindowVisible_impl (IWindow* window, bool visible) = 0;
29
- NBL_API2 virtual bool setWindowMaximized_impl (IWindow* window, bool maximized) = 0;
25
+ virtual bool setWindowSize_impl (IWindow* window, uint32_t width, uint32_t height) = 0;
26
+ virtual bool setWindowPosition_impl (IWindow* window, int32_t x, int32_t y) = 0;
27
+ virtual bool setWindowRotation_impl (IWindow* window, bool landscape) = 0;
28
+ virtual bool setWindowVisible_impl (IWindow* window, bool visible) = 0;
29
+ virtual bool setWindowMaximized_impl (IWindow* window, bool maximized) = 0;
30
30
31
31
inline bool setWindowSize (IWindow* window, const uint32_t width, const uint32_t height)
32
32
{
You can’t perform that action at this time.
0 commit comments