Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
ipc.c
Log Message:
Enable showing window layer using eesh (patch from BAM <[EMAIL PROTECTED]>).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- ipc.c 22 May 2003 19:15:01 -0000 1.105
+++ ipc.c 11 Jul 2003 16:18:41 -0000 1.106
@@ -4166,9 +4166,17 @@
else if (!strcmp(operation, "layer"))
{
word(params, 3, param1);
- ewin->layer = atoi(param1);
- RaiseEwin(ewin);
- RememberImportantInfoForEwin(ewin);
+ if (!strcmp(param1, "?"))
+ {
+ Esnprintf(buf, sizeof(buf),
+ "window layer: %d", ewin->layer);
+ }
+ else
+ {
+ ewin->layer = atoi(param1);
+ RaiseEwin(ewin);
+ RememberImportantInfoForEwin(ewin);
+ }
}
else if (!strcmp(operation, "border"))
{
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs