mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-01 14:10:14 +01:00
Fixed missing semicolon.
This commit is contained in:
parent
9ee45ab816
commit
c44bf18e78
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ _XrSurfaceDestroyXcSurface(XrSurface *surface)
|
|||
void
|
||||
XrSurfaceSetDrawable(XrSurface *surface, Drawable drawable)
|
||||
{
|
||||
_XrSurfaceDestroyXcSurface(surface)
|
||||
_XrSurfaceDestroyXcSurface(surface);
|
||||
|
||||
surface->drawable = drawable;
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ _XrSurfaceDestroyXcSurface(XrSurface *surface)
|
|||
void
|
||||
XrSurfaceSetDrawable(XrSurface *surface, Drawable drawable)
|
||||
{
|
||||
_XrSurfaceDestroyXcSurface(surface)
|
||||
_XrSurfaceDestroyXcSurface(surface);
|
||||
|
||||
surface->drawable = drawable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue