summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-04 15:27:12 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-04 15:27:12 +0000
commit7fc0d4903ddf8c10ce1b87880bc3832c405e713d (patch)
treebb0e7379588e8707990faf15a848615f5a78fd2e /src
parentbfac12dbfad45c400fc77fedb0dbeca315b0960f (diff)
Corrected comment inversion in fl screen_xywh() api.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6373 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/screen_xywh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen_xywh.cxx b/src/screen_xywh.cxx
index 529e74c4b..1b04cbfc6 100644
--- a/src/screen_xywh.cxx
+++ b/src/screen_xywh.cxx
@@ -152,9 +152,9 @@ int Fl::screen_count() {
/**
Gets the bounding box of a screen
- where the mouse pointer is in.
+ that contains the specified screen position \a mx, \a my
\param[out] X,Y,W,H the corresponding screen bounding box
- \param[in] mx, my the mouse absolute screen position
+ \param[in] mx, my the absolute screen position
*/
void Fl::screen_xywh(int &X, int &Y, int &W, int &H, int mx, int my) {
if (!num_screens) screen_init();