Hi,
topic says it all. At the moment, you cannot shade maximized windows,
which is silly IMO. I don't see any good reason for this :)

Please enlighten me. Patch attached.

Regards,
Tilman

-- 
learn to quote: http://www.netmeister.org/news/learn2quote.html
Index: e_border.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.444
diff -u -r1.444 e_border.c
--- e_border.c  5 Oct 2005 19:02:41 -0000       1.444
+++ e_border.c  8 Oct 2005 17:50:23 -0000
@@ -1234,7 +1236,7 @@
 
    E_OBJECT_CHECK(bd);
    E_OBJECT_TYPE_CHECK(bd, E_BORDER_TYPE);
-   if ((bd->fullscreen) || (bd->maximized) || (bd->shading)) return;
+   if ((bd->fullscreen) || (bd->shading)) return;
    if (!strcmp("borderless", bd->client.border.name)) return;
    if (!bd->shaded)
      {
@@ -1320,7 +1322,7 @@
 
    E_OBJECT_CHECK(bd);
    E_OBJECT_TYPE_CHECK(bd, E_BORDER_TYPE);
-   if ((bd->fullscreen) || (bd->maximized) || (bd->shading)) return;
+   if ((bd->fullscreen) || (bd->shading)) return;
    if (bd->shaded)
      {
 //     printf("UNSHADE!\n");

Attachment: pgpY703k9bK0d.pgp
Description: PGP signature

Reply via email to