Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm/src
Modified Files:
events.c startup.c
Log Message:
Wed Nov 3 18:17:52 2004 Michael Jennings (mej)
Small patch for building against libast 0.6.1.
Fixed compile error when enabling OFFIX_DND support pointed out by JG
Miller <[EMAIL PROTECTED]>.
----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- events.c 25 Jun 2004 21:52:00 -0000 1.63
+++ events.c 3 Nov 2004 23:18:45 -0000 1.64
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: events.c,v 1.63 2004/06/25 21:52:00 mej Exp $";
+static const char cvs_ident[] = "$Id: events.c,v 1.64 2004/11/03 23:18:45 mej Exp $";
#include "config.h"
#include "feature.h"
@@ -344,7 +344,7 @@
XGetWindowProperty(Xdisplay, Xroot, props[PROP_DND_SELECTION], 0L, 1000000L,
False, AnyPropertyType, &ActualType, &ActualFormat, &Size, &RemainingBytes, &data);
if (data != NULL) {
XChangeProperty(Xdisplay, Xroot, XA_CUT_BUFFER0, XA_STRING, 8,
PropModeReplace, data, strlen(data));
- selection_paste(Xroot, XA_CUT_BUFFER0, True);
+ selection_paste(XA_CUT_BUFFER0);
XSetInputFocus(Xdisplay, Xroot, RevertToNone, CurrentTime);
XFree(data);
}
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- startup.c 16 Jul 2004 22:01:47 -0000 1.46
+++ startup.c 3 Nov 2004 23:18:45 -0000 1.47
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: startup.c,v 1.46 2004/07/16 22:01:47 mej Exp $";
+static const char cvs_ident[] = "$Id: startup.c,v 1.47 2004/11/03 23:18:45 mej Exp $";
#include "config.h"
#include "feature.h"
@@ -102,7 +102,9 @@
}
/* This MUST be called before any other Xlib functions */
-
+#ifdef SPIFOPT_SETTING_PREPARSE
+ SPIFOPT_FLAG_SET(SPIFOPT_SETTING_PREPARSE);
+#endif
spifopt_parse(argc, argv);
init_defaults();
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs