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/GDI/Fl_GDI_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/GDI/Fl_GDI_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx index 248c9a933..45144c9a1 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx @@ -113,6 +113,7 @@ void Fl_GDI_Graphics_Driver::copy_offscreen(int x,int y,int w,int h,HBITMAP bitm DeleteDC(new_gc); } +#if ! defined(FL_DOXYGEN) void Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) { HDC new_gc = CreateCompatibleDC(gc_); int save = SaveDC(new_gc); @@ -129,6 +130,7 @@ void Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha(int x,int y,int w,int h,H RestoreDC(new_gc, save); DeleteDC(new_gc); } +#endif void Fl_Translated_GDI_Graphics_Driver::translate_all(int x, int y) { GetWindowOrgEx((HDC)gc(), origins+depth); |
