Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage/src
Modified Files:
dock.c tray.c
Log Message:
Hook up so whole bar lays out on new tray icon
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/dock.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- dock.c 21 Sep 2004 13:26:38 -0000 1.10
+++ dock.c 21 Sep 2004 22:09:32 -0000 1.11
@@ -7,7 +7,7 @@
OD_Dock dock;
Ecore_Timer *od_dock_zoom_timer;
-static void od_dock_reposition();
+void od_dock_reposition();
static void zoom_function(double d, double *zoom, double *disp);
static int od_dock_icon_appear(void *data);
static int od_dock_icon_disappear(void *data);
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/tray.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- tray.c 21 Sep 2004 22:00:34 -0000 1.8
+++ tray.c 21 Sep 2004 22:09:32 -0000 1.9
@@ -28,6 +28,8 @@
static Window root, tray_container;
static int tray_init;
+extern void od_dock_reposition();
+
void
od_tray_layout() {
Window_List *tmp;
@@ -76,6 +78,7 @@
XReparentWindow (display, win, tray_container, 0, 0);
ecore_x_window_resize(win, 24, 24);
od_tray_layout();
+ od_dock_reposition();
ecore_x_window_show(win);
}
@@ -103,6 +106,7 @@
free(tmp->title);
free(tmp);
od_tray_layout();
+ od_dock_reposition();
}
int
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs