Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        evhandlers.c 


Log Message:
Disable old x11amp hack (fixes broken rhythmbox "Small Display").
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -3 -r1.167 -r1.168
--- evhandlers.c        27 Jun 2004 15:59:32 -0000      1.167
+++ evhandlers.c        28 Jun 2004 20:57:50 -0000      1.168
@@ -813,6 +813,7 @@
              * ev->xconfigurerequest.value_mask &
              * (CWSibling | CWStackMode), &xwc); */
          }
+#if 0                          /* Let's try disabling this */
        /* this ugly workaround here is because x11amp is very brain-dead */
        /* and sets its minunum and maximm sizes the same - fair enough */
        /* to ensure it doesnt get resized - BUT hwne it shades itself */
@@ -830,6 +831,7 @@
           ewin->client.height.min = h;
        if (h > ewin->client.height.max)
           ewin->client.height.max = h;
+#endif
 
        if (ev->xconfigurerequest.value_mask & (CWX | CWY))
          {




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to