Re: [yocto] [screenshot][PATCH 1/1] Quick port to Gtk/Gdk 3

2016-05-18 Thread Burton, Ross
On 2 May 2016 at 08:48, Jussi Kukkonen wrote: > The grab code was trickier with current API (which is why I left it as > is), but I took another look and it turns out that code has never > actually been used... > > So I removed _grab_lock() and _release_lock(), and replaced STOCK > items with tex

Re: [yocto] [screenshot][PATCH 1/1] Quick port to Gtk/Gdk 3

2016-05-02 Thread Jussi Kukkonen
On 29 April 2016 at 18:46, Burton, Ross wrote: > The stock ones look easy to fix, the device ones less so so unless I'm wrong > we can leave those for now. The grab code was trickier with current API (which is why I left it as is), but I took another look and it turns out that code has never actu

Re: [yocto] [screenshot][PATCH 1/1] Quick port to Gtk/Gdk 3

2016-04-29 Thread Burton, Ross
On 29 April 2016 at 08:06, Jussi Kukkonen wrote: > This still has all the problems that the new API would allow us to > fix: mainly that multiple displays will almost certainly not work > at all. > screenshot-utils.c: In function 'screenshot_grab_lock': screenshot-utils.c:251:3: warning: 'gdk_po

[yocto] [screenshot][PATCH 1/1] Quick port to Gtk/Gdk 3

2016-04-29 Thread Jussi Kukkonen
This still has all the problems that the new API would allow us to fix: mainly that multiple displays will almost certainly not work at all. Signed-off-by: Jussi Kukkonen --- configure.ac | 2 +- screenshot-utils.c | 77 +- 2 files chang