summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-display.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-21Ensure the Render extension is initialized before calling XESetCloseDisplayCarl Worth1-0/+9
2007-06-27Prefer local dpy variable instead of display->displayCarl Worth1-3/+3
2007-06-27Revert "[cairo-xlib-display] Hide XErrors during processing of the work queue."Carl Worth1-14/+3
2007-06-15[cairo-xlib-display] Hide XErrors during processing of the work queue.Chris Wilson1-3/+14
2007-05-04[cairo-xlib-display] Allocate the close_display hooks from a freelist.Chris Wilson1-49/+56
2007-05-04[cairo-xlib-display] Cache the screen_info for the lifetime of the display.Chris Wilson1-0/+19
2007-05-04[cairo-xlib] Cache freed GCsChris Wilson1-1/+5
2007-05-04[cairo-xlib] Introduce a workqueue for deferred destruction of X resources.Chris Wilson1-3/+168
2007-05-04[cairo-xlib] Split per-display attributes from per-screen.Chris Wilson1-0/+258