summaryrefslogtreecommitdiff
path: root/src/fl_dnd_win32.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 17:01:55 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 17:01:55 +0000
commit2bd457291839342ef19d343e2410e206fe1f3dd7 (patch)
tree154cf0e2045f050af8e093a9426ba8aecbfbcb86 /src/fl_dnd_win32.cxx
parent357ad962336bfb4a1aee161b5b59071a8352c503 (diff)
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_win32.cxx')
-rw-r--r--src/fl_dnd_win32.cxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx
index 092c598eb..26fd47bb4 100644
--- a/src/fl_dnd_win32.cxx
+++ b/src/fl_dnd_win32.cxx
@@ -383,9 +383,10 @@ public:
/**
- * this is the actual object that FLTK can drop somewhere
- * - the implementation is minimal, but it should work with all decent Win32 drop targets
- */
+ This is the actual object that FLTK can drop somewhere.
+
+ The implementation is minimal, but it should work with all decent Win32 drop targets
+*/
class FLDataObject : public IDataObject
{
DWORD m_cRefCount;
@@ -484,10 +485,12 @@ public:
/**
- * drag and drop whatever is in the cut-copy-paste buffer
- * - create a selection first using:
- * Fl::copy(const char *stuff, int len, 0)
- */
+ Drag and drop whatever is in the cut-copy-paste buffer.
+
+ Create a selection first using:
+
+ Fl::copy(const char *stuff, int len, 0)
+*/
int Fl::dnd()
{
DWORD dropEffect;