On Wed, 19 Jan 2005 18:44:05 -0800 Juan Med__n <[EMAIL PROTECTED]> babbled:
(B
(B> I'don't know if questions like this belong to this list. If it doesn't,
(Bjust
(B> let me know.
(B>
(B> I'm trying to add an event handler to an Ecore_Evas object. I'm just
(Busing a
(B> call t
On Wednesday, 19 January 2005, at 12:27:46 (-0600),
D. Hageman wrote:
> azundris just committed a patch to the imlib2.spec file that will
> cause issues for people that are using Fedora Core or RedHat
> Enterprise.
SuSE uses freetype2. RH/Fedora uses freetype. To their shame and
discredit, SuSE
This is an X issue.
Until compositing becomes more stable (and faster), the only place we
have access to draw is on the background. So, that's all we do...
--
rephorm
On Jan 19, 2005, at 8:16 AM, Andreas Volz wrote:
Hi,
don't punish me for this question, I know E17 isn't very complete.
I tried E1
I'm assuming you're using Ecore_Evas to create a window/evas/etc.
Ecore_Evas grabs all ECORE_X_EVENT's, causing your handler to not be
called.
What you really want to be using is evas_object_event_callback_add(),
with the EVAS_CALLBACK_* types.
hope that helps
--
rephorm
On Jan 19, 2005, at 8:
azundris just committed a patch to the imlib2.spec file that will cause
issues for people that are using Fedora Core or RedHat Enterprise.
-BuildRequires: freetype-devel XFree86-devel
+BuildRequires: freetype2-devel XFree86-devel
On Fedora and RedHat Enterprise ... the "transition" period
is ove
I'don't know if questions like this belong to this list. If it doesn't,
just
let me know.
I'm trying to add an event handler to an Ecore_Evas object. I'm just
using a
call to:
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_IN, aCallbackFunction,
NULL);
ecore_x_ev
Hi,
don't punish me for this question, I know E17 isn't very complete.
I tried E17 and it looks great. The shadows are also very beautiful. But
is it also possible to make the shadows falling onto other windows
instead onto the background? Is this a limitation of X or because E17
isn't complete?
On Tue, Apr 12, 2005 at 06:46:37PM +0930, Samuel Nicholas wrote:
> i cannot find the meaning of "con" in ecore_con. the word.
> is it an acronym, is it a shortened word?
> googling finds no results because of the ambiguity of such a short word
Ecore_Con is the simply the Ecore Con_nection library,