diff options
| author | Manolo Gouy <Manolo> | 2016-02-01 17:27:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-01 17:27:59 +0000 |
| commit | 65472147555baa4cfd32665b9bec43acc3340056 (patch) | |
| tree | fa292d68e0374ce6a0e89c8ab504c6e2b8bc37a5 /src | |
| parent | 6f799cb6486bb3b71ae60f09b7ca1cd0a668c6a0 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
