diff options
| author | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
| commit | 350cca5446fa8e71a6ec75e6caaec5ab0047acae (patch) | |
| tree | e6f52f61f1380366524b997496860c35cdd6b892 /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | |
| parent | e8a8cfc0b1f630aaeb979fd24cfedd9ad3320bf8 (diff) | |
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx index 4caa5e138..adc1c9362 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx @@ -68,6 +68,7 @@ void Fl_Xlib_Graphics_Driver::copy_offscreen(int x, int y, int w, int h, Fl_Offs XCopyArea(fl_display, pixmap, fl_window, gc_, srcx, srcy, w, h, x, y); } +#ifndef FL_DOXYGEN void Fl_Xlib_Graphics_Driver::copy_offscreen_with_alpha(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy) { #if HAVE_XRENDER @@ -95,6 +96,7 @@ void Fl_Xlib_Graphics_Driver::copy_offscreen_with_alpha(int x, int y, int w, int XRenderFreePicture(fl_display, dst); #endif } +#endif // // End of "$Id$". |
