Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595310 Details for
Bug 734424
Borders of windows are not rendered correctly in twm/fluxbox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Modifies the change made in TigerVNC commit r4220.
revert-r4220-to-fix-bug-3415308.patch (text/plain), 653 bytes, created by
Brian Hinz
on 2012-06-29 13:59:18 UTC
(
hide
)
Description:
Modifies the change made in TigerVNC commit r4220.
Filename:
MIME Type:
Creator:
Brian Hinz
Created:
2012-06-29 13:59:18 UTC
Size:
653 bytes
patch
obsolete
>Index: unix/xserver/hw/vnc/vncHooks.cc >=================================================================== >--- unix/xserver/hw/vnc/vncHooks.cc (revision 4920) >+++ unix/xserver/hw/vnc/vncHooks.cc (working copy) >@@ -679,7 +679,8 @@ > (*pGC->funcs->ValidateGC) (pGC, changes, pDrawable); > > u.vncHooksGC->wrappedOps = 0; >- if (pDrawable->type == DRAWABLE_WINDOW && ((WindowPtr) pDrawable)->viewable) { >+ if ((pDrawable->type == DRAWABLE_WINDOW && ((WindowPtr) pDrawable)->viewable) || >+ pDrawable->type == DRAWABLE_PIXMAP) { > u.vncHooksGC->wrappedOps = pGC->ops; > DBGPRINT((stderr,"vncHooksValidateGC: wrapped GC ops\n")); > }
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
Flags:
bphinz
: review+
Actions:
View
|
Diff
Attachments on
bug 734424
: 595310