Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h areas.c desktops.c Log Message: Debug for tracking area and desktop changes. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.316 retrieving revision 1.317 diff -u -3 -r1.316 -r1.317 --- E.h 7 Aug 2004 21:00:08 -0000 1.316 +++ E.h 7 Aug 2004 23:10:40 -0000 1.317 @@ -1987,6 +1987,7 @@ #define EDBUG_TYPE_MOVERESIZE 133 #define EDBUG_TYPE_SESSION 134 #define EDBUG_TYPE_SNAPS 135 +#define EDBUG_TYPE_DESKS 136 int EventDebug(unsigned int type); #else #define EventDebug(type) 0 =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/areas.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- areas.c 29 Jun 2004 13:19:23 -0000 1.71 +++ areas.c 7 Aug 2004 23:10:41 -0000 1.72 @@ -257,6 +257,9 @@ && (ay == desks.desk[desks.current].current_area_y)) EDBUG_RETURN_; + if (EventDebug(EDBUG_TYPE_DESKS)) + Eprintf("SetCurrentArea %d,%d\n", ax, ay); + tt = FindItem("DEFAULT", 0, LIST_FINDBY_NAME, LIST_TYPE_TOOLTIP); HideToolTip(tt); =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v retrieving revision 1.97 retrieving revision 1.98 diff -u -3 -r1.97 -r1.98 --- desktops.c 7 Aug 2004 21:00:08 -0000 1.97 +++ desktops.c 7 Aug 2004 23:10:41 -0000 1.98 @@ -722,6 +722,9 @@ if (desk < 0 || desk >= Conf.desks.num || desk == pdesk) EDBUG_RETURN_; + if (EventDebug(EDBUG_TYPE_DESKS)) + Eprintf("GotoDesktop %d\n", desk); + SlideoutsHide(); { ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs