diff options
Diffstat (limited to 'ui/gfx/screen.h')
-rw-r--r-- | ui/gfx/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h index 53b99fc..efecc87 100644 --- a/ui/gfx/screen.h +++ b/ui/gfx/screen.h @@ -15,7 +15,7 @@ namespace gfx { // A utility class for getting various info about screen size, monitors, // cursor position, etc. // TODO(erikkay) add more of those methods here -class UI_API Screen { +class UI_EXPORT Screen { public: static gfx::Point GetCursorScreenPoint(); |