Enlightenment CVS committal
Author : sebastid
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
ecore_x_events.c ecore_x_private.h ecore_x_selection.c
Log Message:
Cleanup
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ecore_x_events.c 10 Apr 2005 10:20:18 -0000 1.50
+++ ecore_x_events.c 11 Apr 2005 21:41:45 -0000 1.51
@@ -1331,7 +1331,9 @@
/* Target successfully performed drop action */
ecore_x_selection_xdnd_clear();
source->state = ECORE_X_DND_SOURCE_IDLE;
- } else {
+ }
+ else
+ {
completed = 0;
source->state = ECORE_X_DND_SOURCE_CONVERTING;
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_private.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ecore_x_private.h 10 Apr 2005 10:20:18 -0000 1.42
+++ ecore_x_private.h 11 Apr 2005 21:41:45 -0000 1.43
@@ -80,7 +80,7 @@
typedef struct _Ecore_X_DND_Source
{
int version;
- Window win, dest;
+ Ecore_X_Window win, dest;
enum {
ECORE_X_DND_SOURCE_IDLE,
@@ -107,7 +107,7 @@
typedef struct _Ecore_X_DND_Target
{
int version;
- Window win, source;
+ Ecore_X_Window win, source;
enum {
ECORE_X_DND_TARGET_IDLE,
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_selection.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ecore_x_selection.c 10 Apr 2005 10:20:18 -0000 1.24
+++ ecore_x_selection.c 11 Apr 2005 21:41:45 -0000 1.25
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+#include "ecore_private.h"
#include "Ecore.h"
#include "ecore_x_private.h"
#include "Ecore_X.h"
@@ -702,7 +703,7 @@
}
static void *
-_ecore_x_selection_parser_text(const char *target, unsigned char *data, int
size)
+_ecore_x_selection_parser_text(const char *target __UNUSED__, unsigned char
*data, int size)
{
Ecore_X_Selection_Data_Text *sel;
@@ -734,7 +735,7 @@
}
static void *
-_ecore_x_selection_parser_targets(const char *target, unsigned char *data, int
size)
+_ecore_x_selection_parser_targets(const char *target __UNUSED__, unsigned char
*data, int size)
{
Ecore_X_Selection_Data_Targets *sel;
unsigned long *targets;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs