fix gadman overlay mouse events

This commit is contained in:
Mike Blumenkrantz 2013-06-12 13:59:29 +01:00
parent 8102025dd9
commit 7679f20521
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ group { name: "e/gadman/full_bg";
color: 0 0 0 192;
}
}
part { name: "custom_bg"; type: RECT;
part { name: "custom_bg"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
color: 255 255 255 0;
visible: 0;
@ -56,12 +56,12 @@ group { name: "e/gadman/full_bg";
color: 255 255 255 200;
}
}
part { name: "e.swallow.bg"; type: SWALLOW;
part { name: "e.swallow.bg"; type: SWALLOW; mouse_events: 0;
clip_to: "custom_bg";
description { state: "default" 0.0;
}
}
part { name: "grabber"; type: RECT; repeat_events: 1;
part { name: "grabber"; type: RECT;
description { state: "default" 0.0;
color: 0 0 0 0;
}