Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_hints.c 


Log Message:
hidden netwm windows aren't withdrawn, they are iconic.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_hints.c   18 May 2005 18:22:33 -0000      1.28
+++ e_hints.c   19 May 2005 04:07:41 -0000      1.29
@@ -279,7 +279,7 @@
    if (bd->client.icccm.state == ECORE_X_WINDOW_STATE_HINT_NONE)
      {
        if (bd->client.netwm.state.hidden)
-         bd->client.icccm.state = ECORE_X_WINDOW_STATE_HINT_WITHDRAWN;
+         bd->client.icccm.state = ECORE_X_WINDOW_STATE_HINT_ICONIC;
        else
          bd->client.icccm.state = ECORE_X_WINDOW_STATE_HINT_NORMAL;
      }




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to