On Mon, Dec 22, 2003 at 07:45:00PM +0000, Tom Payne wrote: > Here it is. All bugs reported have been fixed (I think), including: > - gr_brush handling, so no crash on ion exit > - now cannot destroy dock with dockapps
There are still problems with the dock disappearing, and sometimes becoming full-height. It appears that dock_tile.h is not set, and the attached patch seems to fix the problem. -- Tuomo
Only in ion-devel-dock-20031221-patched/: .libs diff -r ion-devel-dock-20031221/Makefile ion-devel-dock-20031221-patched/Makefile 8c8 < TOPDIR=/usr/include/ion --- > TOPDIR=../ion diff -r ion-devel-dock-20031221/dock.c ion-devel-dock-20031221-patched/dock.c 366c366 < ret->w=dock_param_tile_height.dflt; --- > ret->h=dock_param_tile_height.dflt; Only in ion-devel-dock-20031221-patched/: dock.la Only in ion-devel-dock-20031221-patched/: dock.lo Only in ion-devel-dock-20031221-patched/: dock.o Only in ion-devel-dock-20031221-patched/: exports.c Only in ion-devel-dock-20031221-patched/: exports.lo Only in ion-devel-dock-20031221-patched/: exports.o
