edje.inc was wrong (so was the comment)

SVN revision: 11381
This commit is contained in:
Carsten Haitzler 2004-08-26 00:44:14 +00:00
parent 74218f9611
commit 7948fb2fc8
2 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ native get_geometry (part_id, &x, &y, &w, &h);
native get_mouse (&x, &y);
native stop_program (program_id);
native stop_programs_on (part_id);
native set_min_size (part_id, Float:w, Float:h);
native set_max_size (part_id, Float:w, Float:h);
native set_min_size (Float:w, Float:h);
native set_max_size (Float:w, Float:h);
enum Msg_Type
{

View File

@ -88,8 +88,8 @@
* get_mouse(&x, &y)
* stop_program(program_id)
* stop_programs_on(part_id)
* set_min_size(&w, &h)
* set_max_size(&w, &h)
* set_min_size(w, h)
* set_max_size(w, h)
* send_message(Msg_Type:type, id, ...)
*
* still need to implement this: