forgot this..

SVN revision: 24954
This commit is contained in:
rephorm 2006-08-20 21:27:01 +00:00 committed by rephorm
parent 63978e9abb
commit 55c9f83b02
1 changed files with 9 additions and 2 deletions

View File

@ -61,7 +61,7 @@ group {
}
part {
name: "overlay";
mouse_events: 0;
mouse_events: 1;
description {
state: "default" 0.0;
image {
@ -74,6 +74,13 @@ group {
}
}
}
}
programs {
program {
name: "send_click";
signal: "mouse,clicked,1";
source: "overlay";
action: SIGNAL_EMIT "click" "";
}
}
}