mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 13:28:03 +02:00
Major update to glitz backend
This commit is contained in:
parent
6c91529311
commit
36b69fc7f4
4 changed files with 1288 additions and 933 deletions
|
|
@ -1,5 +1,10 @@
|
|||
2005-03-04 David Reveman <davidr@novell.com>
|
||||
|
||||
* configure.in: Enabled glitz backend.
|
||||
|
||||
* src/cairo_glitz_surface.c: Major update to glitz backend. The output
|
||||
quality should now be just as good as the image and xlib backends.
|
||||
|
||||
* configure.in: Disabled win32 and quartz backends as they are now
|
||||
temporarily out of sync.
|
||||
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ dnl ===========================================================================
|
|||
|
||||
AC_ARG_ENABLE(glitz,
|
||||
[ --disable-glitz Disable cairo's glitz backend],
|
||||
[use_glitz=$enableval], [use_glitz="no (temporarily disabled while code is out of sync)"])
|
||||
[use_glitz=$enableval], [use_glitz="yes"])
|
||||
|
||||
if test "x$use_glitz" = "xyes"; then
|
||||
PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue