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 682993 Details for
Bug 891983
X11 plots always completely blank
[?]
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]
Patch applied upstream
cairo-fix.patch (text/plain), 1.21 KB, created by
Milan Bouchet-Valat
on 2013-01-19 11:02:10 UTC
(
hide
)
Description:
Patch applied upstream
Filename:
MIME Type:
Creator:
Milan Bouchet-Valat
Created:
2013-01-19 11:02:10 UTC
Size:
1.21 KB
patch
obsolete
>Index: src/modules/X11/devX11.c >=================================================================== >--- src/modules/X11/devX11.c (révision 61681) >+++ src/modules/X11/devX11.c (révision 61682) >@@ -244,6 +244,7 @@ > { > if(inclose || !xd || !xd->buffered || xd->holdlevel > 0) return; > cairo_paint(xd->xcc); >+ cairo_surface_flush(xd->xcs); > if (xd->type == WINDOW) XDefineCursor(display, xd->window, arrow_cursor); > XSync(display, 0); > xd->last = currentTime(); >@@ -753,8 +754,10 @@ > #ifdef HAVE_WORKING_CAIRO > pX11Desc xd = (pX11Desc) dd->deviceSpecific; > /* We can use the buffered copy where we have it */ >- if(xd->buffered == 1) cairo_paint(xd->xcc); >- else if (xd->buffered > 1) >+ if(xd->buffered == 1) { >+ cairo_paint(xd->xcc); >+ cairo_surface_flush(xd->xcs); >+ } else if (xd->buffered > 1) > /* rely on timer to repaint eventually */ > xd->last_activity = currentTime(); > else >@@ -2691,7 +2694,11 @@ > Cairo_update(xd); > return; > } >- if(xd->buffered) cairo_paint(xd->xcc); >+ if(xd->buffered) { >+ cairo_paint(xd->xcc); >+ cairo_surface_flush(xd->xcs); >+ } >+ > #endif > if(xd->type==WINDOW) XDefineCursor(display, xd->window, arrow_cursor); > XSync(display, 0);
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 891983
: 682993