mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 11:00:11 +01:00
Fix the last commit so it actually compiles now.
This commit is contained in:
parent
55366995b6
commit
53e6fdb885
2 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,13 @@
|
|||
2005-05-14 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-xlib-surface.c: (cairo_xlib_surface_create_with_visual):
|
||||
Fix the last commit so it actually compiles now.
|
||||
|
||||
2005-05-14 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-xlib-surface.c: (cairo_test_xlib_disable_render),
|
||||
(cairo_xlib_surface_create_with_visual):
|
||||
(cairo_xlib_surface_create_with_visual)
|
||||
|
||||
* test/.cvsignore: Fix a few documentation typos in the recent
|
||||
xlib surface rework.
|
||||
|
||||
|
|
|
|||
|
|
@ -1148,7 +1148,7 @@ cairo_xlib_surface_create_with_visual (Display *dpy,
|
|||
Drawable drawable,
|
||||
Visual *visual)
|
||||
{
|
||||
return _cairo_xlib_surface_create_internal (dpy, pixmap,
|
||||
return _cairo_xlib_surface_create_internal (dpy, drawable,
|
||||
visual,
|
||||
(cairo_format_t)-1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue