[cairo-bugs] [Bug 10206] New: PATCH: cairo_context_size
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Mar 6 18:25:22 PST 2007
http://bugs.freedesktop.org/show_bug.cgi?id=10206
Summary: PATCH: cairo_context_size
Product: cairo
Version: 1.4.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: racarr at beryl-project.org
QAContact: cairo-bugs at cairographics.org
In an experiment with shm and cairo I ran in to the need for sizeof(cairo_t)
which obviously wont work because it's an incomplete type.
Rather than complete the type in my file (obivously a horrible idea), I've made
a quick patch adding a cairo_context_size(void) function which returns
sizeof(cairo_t)
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list