compile again. mild. etc.

SVN revision: 83363
This commit is contained in:
Carsten Haitzler 2013-01-27 05:46:35 +00:00
parent 7f6ae2a441
commit 624fc417df
1 changed files with 0 additions and 22 deletions

View File

@ -890,7 +890,6 @@ collections {
//// the cursor to show where text is typed //// the cursor to show where text is typed
group { name: "terminology/cursor"; group { name: "terminology/cursor";
images { images {
image: "cr_fill.png" COMP;
image: "cr_key.png" COMP; image: "cr_key.png" COMP;
image: "cr_out.png" COMP; image: "cr_out.png" COMP;
} }
@ -902,24 +901,6 @@ collections {
color: 255 255 255 80; color: 255 255 255 80;
} }
} }
part { name: "fill";
mouse_events: 0;
clip_to: "pulsclip";
description { state: "default" 0.0;
image.normal: "cr_fill.png";
fill {
size {
relative: 0.0 0.0;
offset: 32 32;
}
}
color: 255 255 255 16;
}
description { state: "focused" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
part { name: "key"; part { name: "key";
mouse_events: 0; mouse_events: 0;
description { state: "default" 0.0; description { state: "default" 0.0;
@ -966,14 +947,12 @@ collections {
signal: "focus,in,noblink"; signal: "focus,in,noblink";
source: "terminology"; source: "terminology";
action: STATE_SET "focused" 0.0; action: STATE_SET "focused" 0.0;
target: "fill";
target: "outline"; target: "outline";
} }
program { name: "focus_in"; program { name: "focus_in";
signal: "focus,in"; signal: "focus,in";
source: "terminology"; source: "terminology";
action: STATE_SET "focused" 0.0; action: STATE_SET "focused" 0.0;
target: "fill";
target: "outline"; target: "outline";
after: "pulse-prepare"; after: "pulse-prepare";
} }
@ -1007,7 +986,6 @@ collections {
} }
program { name: "focus_out2"; program { name: "focus_out2";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "fill";
target: "outline"; target: "outline";
target: "pulsclip"; target: "pulsclip";
} }