Hi Lucas,

On Fr, 18 Jan 2013, Lucas Beeler wrote:
> You're completely right about this. And indeed, calling
> get_client_pointer() on the Gdk.DeviceManager instance available as a

Ahh, looking into the valadoc I see that the calling convention have
changed, I had to change
        gdk_device_get_position(devmgr.get_client_pointer(), null, out x, out 
y);
into
        devmgr.get_client_pointer().get_position(null, out x, out y);
which seems to work ... 

Other observation, the patch does not implement a check for the
presence of libopencv development headers. I realized only at compilation
time.

I am not sure if that should be done or now.

> Once you get the merged Faces Tool to compile, by all means send an
> updated diff!

Attached.

BTW, I have all my stuff in a git repo ... would make it easier 
if I could push some branches to the yorba shotwell.git ...

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to