From 65472147555baa4cfd32665b9bec43acc3340056 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 1 Feb 2016 17:27:59 +0000 Subject: [PATCH] Transmit to branch 1.3-porting a recent change committed in branch 1.3 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index f15fd4c09..439f06d8c 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2829,7 +2829,7 @@ void copyFront(Fl_Widget *o, void *data) o->window()->hide(); Fl_Window *win = Fl::first_window(); if (!win) return; - Fl_Copy_Surface *surf = new Fl_Copy_Surface(win->decorated_w() + 1, (int)(win->decorated_h() *0.985)); + Fl_Copy_Surface *surf = new Fl_Copy_Surface(win->decorated_w(), win->decorated_h()); surf->set_current(); surf->draw_decorated_window(win); // draw the window content delete surf; // put the window on the clipboard