Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/bin
Modified Files:
ecore_test.c
Log Message:
Support for setting the basic window types. Default to normal type on toplevel
windows.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore_test.c 14 Oct 2003 19:11:35 -0000 1.9
+++ ecore_test.c 14 Oct 2003 21:42:28 -0000 1.10
@@ -551,6 +551,7 @@
ecore_x_window_prop_name_class_set(win, "ecore_test", "main");
ecore_x_window_prop_desktop_set(win, 1);
printf("Window on desktop %u\n", ecore_x_window_prop_desktop_get(win));
+ ecore_x_window_prop_window_type_dialog_set(win);
ecore_x_window_prop_protocol_set(win, ECORE_X_WM_PROTOCOL_DELETE_REQUEST, 1);
ecore_x_window_show(win);
ecore_x_flush();
@@ -855,8 +856,8 @@
#ifdef BUILD_ECORE_X
/* setup to test ecore_x module things */
-/* if (!ecore_x_init(NULL)) return -1; */
-/* setup_ecore_x_test(); */
+ if (!ecore_x_init(NULL)) return -1;
+ setup_ecore_x_test();
#endif
#ifdef BUILD_ECORE_EVAS
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs