Bugzilla – Attachment 533 Details for
Bug 5111
Issues with fltk win32 clipboard patches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Path which fix the correct behavior.
fix.patch (text/plain), 628 bytes, created by
Henrik Andersson
on 2014-04-29 11:30:50 CEST
(
hide
)
Description:
Path which fix the correct behavior.
Filename:
MIME Type:
Creator:
Henrik Andersson
Created:
2014-04-29 11:30:50 CEST
Size:
628 bytes
patch
obsolete
>--- Fl_win32.cxx.orginal 2014-04-29 11:18:57.164933740 +0200 >+++ Fl_win32.cxx 2014-04-29 11:23:19.250933624 +0200 >@@ -1244,12 +1244,11 @@ > return 0; > > case WM_CHANGECBCHAIN: >- if ((hWnd == clipboard_wnd) && >- (next_clipboard_wnd == (HWND)wParam)) { >+ if ((hWnd == clipboard_wnd) && (next_clipboard_wnd == (HWND)wParam)) > next_clipboard_wnd = (HWND)lParam; >- return 0; >- } >- break; >+ else if (next_clipboard_wnd) >+ SendMessage(next_clipboard_wnd, WM_CHANGECBCHAIN, wParam, lParam); >+ return 0; > > case WM_DRAWCLIPBOARD: > // When the clipboard moves between two FLTK windows,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5111
:
533
|
546
|
549