11 Jan 2009 09:44
Agar: r8031 - trunk/vg
Author: vedge Date: 2009-01-11 04:44:35 -0400 (Sun, 11 Jan 2009) New Revision: 8031 Modified: trunk/vg/vg_tool.c trunk/vg/vg_tool.h trunk/vg/vg_view.c trunk/vg/vg_view.h Log: - implement VG_ToolCommandExec(). - remove unused mouse/keyboard binding interface. Modified: trunk/vg/vg_tool.c =================================================================== --- trunk/vg/vg_tool.c 2009-01-08 03:47:16 UTC (rev 8030) +++ trunk/vg/vg_tool.c 2009-01-11 08:44:35 UTC (rev 8031) <at> <at> -1,5 +1,5 <at> <at> /* - * Copyright (c) 2004-2008 Hypertriton, Inc. <http://hypertriton.com/> + * Copyright (c) 2004-2009 Hypertriton, Inc. <http://hypertriton.com/> * All rights reserved. * * Redistribution and use in source and binary forms, with or without <at> <at> -43,8 +43,7 <at> <at> t->selected = 0; t->editWin = NULL; t->editArea = NULL; - SLIST_INIT(&t->kbindings); - SLIST_INIT(&t->mbindings);(Continue reading)
RSS Feed