e-modules/comp-scale: fix compilation: how got that 'how' in there?, cleanup

SVN revision: 57382
This commit is contained in:
Hannes Janetzek 2011-02-27 13:28:00 +00:00
parent 3e9ecb8a83
commit bae377b949
2 changed files with 1 additions and 4 deletions

View File

@ -111,7 +111,7 @@ collections
part {
name: "over_clip";
mouse_events: 0;
how type: RECT;
type: RECT;
description {
state: "default" 0.0;
color: 0 0 0 0;

View File

@ -11,7 +11,6 @@ struct _Item
E_Border *bd;
E_Desk *desk;
E_Comp_Win *cw;
double scale;
int alpha;
double x;
@ -32,8 +31,6 @@ struct _Item
/* borders' desk distance to the current desk */
int dx, dy;
int layer;
int mouse_down;
};