Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h borders.c ewmh.c 


Log Message:
Remove neverraise flag that caused trouble with desktop apps.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -3 -r1.164 -r1.165
--- E.h 19 Dec 2003 00:05:35 -0000      1.164
+++ E.h 21 Dec 2003 12:10:56 -0000      1.165
@@ -1029,7 +1029,6 @@
    char                skipwinlist;
    char                focusclick;
    char                neverfocus;
-   char                neverraise;
    int                 ewmh_flags;
    Menu               *menu;
    Window              shownmenu;
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- borders.c   19 Dec 2003 00:05:36 -0000      1.110
+++ borders.c   21 Dec 2003 12:10:56 -0000      1.111
@@ -1485,7 +1485,6 @@
    ewin->skipwinlist = 0;
    ewin->skipfocus = 0;
    ewin->neverfocus = 0;
-   ewin->neverraise = 0;
    ewin->focusclick = 0;
    ewin->ewmh_flags = 0;
    ewin->menu = NULL;
@@ -2079,9 +2078,6 @@
    EDBUG(3, "RaiseEwin");
    call_depth++;
    if (call_depth > 256)
-      EDBUG_RETURN_;
-
-   if (ewin->neverraise)
       EDBUG_RETURN_;
 
    if (ewin->win)
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewmh.c      22 Nov 2003 16:20:13 -0000      1.28
+++ ewmh.c      21 Dec 2003 12:10:56 -0000      1.29
@@ -603,7 +603,6 @@
 #if 0                          /* Should be configurable */
        ewin->focusclick = 1;
 #endif
-       ewin->neverraise = 1;
        ewin->skipfocus = 1;
        ewin->fixedpos = 1;
        b = (Border *) FindItem("BORDERLESS", 0, LIST_FINDBY_NAME,




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to