Enlightenment CVS committal
Author : kwo
Project : misc
Module : engage
Dir : misc/engage/src
Modified Files:
window.c
Log Message:
Set window type. Sticky once is sufficient.
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/window.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- window.c 11 Apr 2004 14:31:51 -0000 1.2
+++ window.c 11 Apr 2004 21:50:37 -0000 1.3
@@ -69,13 +69,12 @@
ecore_x_window_prop_xy_set(od_window,
(int) ((res_x - options.width) / 2.0),
(int) (res_y - options.height));
- //ecore_x_window_prop_window_type_dock_set(od_window);
+ ecore_x_window_prop_window_type_set(od_window, ECORE_X_WINDOW_TYPE_DOCK);
ecore_x_window_prop_sticky_set(od_window, 1);
if (options.mode == OM_ONTOP)
ecore_x_window_prop_layer_set(od_window, ECORE_X_WINDOW_LAYER_ABOVE);
else
ecore_x_window_prop_layer_set(od_window, ECORE_X_WINDOW_LAYER_BELOW);
- ecore_x_window_prop_desktop_request(od_window, 4294967295L);
ecore_evas_show(ee);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs