Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage/src
Modified Files:
engage.h icon.c userconfig.c wm.c
Log Message:
Added arrows into gentoo theme (finally) & tidied
unified mouse clicks & stop conflict with config menu
tidy mapped but not launcher icon behaviour
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/engage.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- engage.h 5 Oct 2004 21:51:26 -0000 1.19
+++ engage.h 6 Oct 2004 13:34:42 -0000 1.20
@@ -130,6 +130,7 @@
double scale;
double start_time;
Ecore_Timer *appear_timer;
+ int launcher;
enum { application_link, minimised_window, system_icon } type;
union {
struct {
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/icon.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- icon.c 5 Oct 2004 21:51:26 -0000 1.35
+++ icon.c 6 Oct 2004 13:34:42 -0000 1.36
@@ -306,6 +306,7 @@
od_icon_edje_win_raise_cb, ret);
}
+ ret->launcher = 0;
return ret;
}
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/userconfig.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- userconfig.c 5 Oct 2004 21:51:26 -0000 1.7
+++ userconfig.c 6 Oct 2004 13:34:42 -0000 1.8
@@ -54,9 +54,13 @@
l = applist->subapps;
while(l) {
- E_App *ptr = l->data;
+ E_App *ptr;
+ OD_Icon *ico;
+ ptr = l->data;
+ ico = od_icon_new_applnk(ptr, NULL, NULL);
+ ico->launcher = 1;
- od_dock_add_applnk(od_icon_new_applnk(ptr, NULL, NULL));
+ od_dock_add_applnk(ico);
l = l->next;
}
}
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/wm.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- wm.c 5 Oct 2004 21:51:26 -0000 1.18
+++ wm.c 6 Oct 2004 13:34:42 -0000 1.19
@@ -340,7 +340,7 @@
owd->applnk->data.applnk.count--;
if (owd->applnk->data.applnk.count == 0) {
od_icon_arrow_hide(owd->applnk);
- if (owd->applnk->data.applnk.command[0] == '\0') {
+ if (owd->applnk->launcher == 0) {
od_dock_del_icon(owd->applnk);
free(owd);
}
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs