Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Cairo XcbSurface constructor's VisualType parameter should be pointer #13

Closed
georgesofianosgr opened this issue Oct 21, 2014 · 1 comment

Comments

@georgesofianosgr
Copy link

I tried using XcbSurface today but C compiler complained that could not convert VisualType to VisualType*.

So I'm now using a local vapi successfully and I have declared the constructor like this :
public XcbSurface (Xcb.Connection connection, Xcb.Drawable drawable, Xcb.VisualType* visual, int width, int height);

Possibly not the best workaround.
libcairo version : 1.13.0~20140204-0ubuntu1

gnomesysadmins pushed a commit to GNOME/vala-extra-vapis that referenced this issue Nov 3, 2014
@nemequ
Copy link
Owner

nemequ commented Nov 3, 2014

Fixed, thanks.

@nemequ nemequ closed this as completed Nov 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants