[Pkg-e-commits] [SCM] Python bindings for Evas branch, upstream-vcs, updated. a2d7e40fb9fbbe948f479174a461f735a2f530fb

cmarcelo cmarcelo at alioth.debian.org
Sat May 24 16:31:58 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 2362edd14cc4c9a395af7d3d553ab31bf659cdbe
Author: cmarcelo <cmarcelo>
Date:   Mon Mar 31 19:52:56 2008 +0000

    Python-Evas: adding missing constants for Event_Flags.

diff --git a/evas/__init__.py b/evas/__init__.py
index f94de34..740940a 100644
--- a/evas/__init__.py
+++ b/evas/__init__.py
@@ -31,6 +31,9 @@ EVAS_BUTTON_NONE = 0
 EVAS_BUTTON_DOUBLE_CLICK = 1
 EVAS_BUTTON_TRIPLE_CLICK = 2
 
+EVAS_EVENT_FLAG_NONE = 0
+EVAS_EVENT_FLAG_ON_HOLD = 1 << 0
+
 EVAS_RENDER_BLEND = 0
 EVAS_RENDER_BLEND_REL = 1
 EVAS_RENDER_COPY = 2

-- 
Python bindings for Evas



More information about the Pkg-e-commits mailing list