matching theme changes too...

SVN revision: 39812
This commit is contained in:
Carsten Haitzler 2009-03-31 07:42:25 +00:00
parent e2cf497e84
commit 6ed65911db
2 changed files with 28 additions and 0 deletions

View File

@ -24050,6 +24050,12 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
description { state: "default" 0.0;
}
}
part { name: "events";
type: RECT;
description { state: "default" 0.0;
color: 0 0 0 0;
}
}
part { name: "e.swallow.list";
type: SWALLOW;
description { state: "default" 0.0;
@ -24102,6 +24108,13 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
}
}
}
programs {
program { name: "send_click";
signal: "mouse,clicked,1";
source: "events";
action: SIGNAL_EMIT "e,action,click" "e";
}
}
}
group { name: "e/conf/wallpaper/main/mini";
images {
@ -24220,6 +24233,17 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
}
}
}
part { name: "events";
type: RECT;
description { state: "default" 0.0;
color: 0 0 0 0;
visible: 0;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
}
programs {
program { name: "thumb_gen";
@ -24231,6 +24255,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
target: "base";
target: "icon_zoom";
target: "e.swallow.content";
target: "events";
after: "thumb_gen2";
}
program { name: "thumb_gen2";
@ -24270,6 +24295,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
target: "base";
target: "icon_zoom";
target: "e.swallow.content";
target: "events";
after: "thumb_gen2";
}
}

View File

@ -8,6 +8,8 @@
// need a proper theme done "ok/accept" button
// need a "add" button (to add exchange, image file or gradient)
// need a "where" opopup to select "all desktops, this screen, this desktop"
// need filename display
// need "theme wallpaper" image
typedef struct _Info Info;
typedef struct _Smart_Data Smart_Data;