summaryrefslogtreecommitdiff
path: root/src/Fl_Copy_Surface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Copy_Surface.cxx')
-rw-r--r--src/Fl_Copy_Surface.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx
index 0ebe3ee0f..53881c62e 100644
--- a/src/Fl_Copy_Surface.cxx
+++ b/src/Fl_Copy_Surface.cxx
@@ -63,10 +63,19 @@ int Fl_Copy_Surface::printable_rect(int *w, int *h) {
return 1;
}
+/**
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
+ */
int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) {
*w = width; *h = height;
return 0;
}
+/**
+ \}
+ \endcond
+ */
//
// End of "$Id$".