actions.c:

Now the "Execute" action actually does something useful, like, say, execute
the contents of the parameters :)

scrollbar.c:
removed 2 warnings


SVN revision: 5065
This commit is contained in:
Mandrake 2001-08-08 23:16:35 +00:00
parent 72cceee780
commit 619bcacc97
2 changed files with 8 additions and 2 deletions

View File

@ -1088,9 +1088,12 @@ e_act_raise_lower_start (void *o, E_Action *a, void *data, int x, int y, int rx,
static void
e_act_exec_start (void *o, E_Action *a, void *data, int x, int y, int rx, int ry)
{
E_Border *b;
char *exe;
b = o;
exe = (char *) a->params;
if(!exe) return;
printf("exe: %s\n",exe);
e_exec_run(exe);
return;
UN(a);
UN(data);
@ -1098,6 +1101,7 @@ e_act_exec_start (void *o, E_Action *a, void *data, int x, int y, int rx, int ry
UN(y);
UN(rx);
UN(ry);
UN(o);
}

View File

@ -6,6 +6,7 @@ static void e_scrollbar_setup_bits(E_Scrollbar *sb);
static void
e_scrollbar_recalc(E_Scrollbar *sb)
{
sb = NULL;
}
static void
@ -13,6 +14,7 @@ e_scrollbar_setup_bits(E_Scrollbar *sb)
{
/* sb->base = ebits_load("");*/
/* sb->bar = ebits_load("");*/
sb = NULL;
}
E_Scrollbar *