]> git.pld-linux.org Git - packages/exact-image.git/blame - exact-image-evas.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/exact-image.git] / exact-image-evas.patch
CommitLineData
c1037667
JB
1As of Evas 1.8+ Evas and Evas_Object are both typedefs of Eo, so it
2cannot be the only difference when overloading methods.
3--- exact-image-0.8.9/gfx/X11Helper.cc.orig 2008-04-13 00:47:54.000000000 +0200
4+++ exact-image-0.8.9/gfx/X11Helper.cc 2014-10-20 20:58:10.167286633 +0200
5@@ -124,7 +124,7 @@ Visual* X11Window::ColorVisual (Display*
6 return xgwa.visual;
7 }
8
9-Evas_Object* X11Window::CaptureIntoEvasImage (Evas* evas,
10+Evas_Object* X11Window::getCapturedEvasImage (Evas* evas,
11 Display* dpy,
12 Window window,
13 int x, int y, int w, int h)
14--- exact-image-0.8.9/gfx/X11Helper.hh.orig 2006-03-04 19:38:53.000000000 +0100
15+++ exact-image-0.8.9/gfx/X11Helper.hh 2014-10-20 20:58:02.583953614 +0200
16@@ -74,7 +74,7 @@ class X11Window
17 static int Depth (Display* dpy, Window window);
18 static Visual* ColorVisual (Display* dpy, Window window);
19
20- static Evas_Object* CaptureIntoEvasImage (Evas* evas,
21+ static Evas_Object* getCapturedEvasImage (Evas* evas,
22 Display* dpy,
23 Window window,
24 int x, int y, int w, int h);
This page took 0.075044 seconds and 4 git commands to generate.