Apply various patches
[apps/livebox/livebox-edje.git] / include / script_port.h
index e131b82..221b020 100644 (file)
@@ -1,11 +1,11 @@
 /*
  * Copyright 2013  Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- * http://www.tizenopensource.org/license
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -49,7 +49,7 @@ extern int script_unload(void *handle, Evas *e);
        LB_ACCESS_VALUE_CHANGE          4
        LB_ACCESS_SCROLL                5
 */
-extern int script_feed_event(void *h, Evas *e, int event_type, int x, int y, double timestamp);
+extern int script_feed_event(void *h, Evas *e, int event_type, int x, int y, int down, double timestamp);
 
 extern int script_init(void);
 extern int script_fini(void);