matching theme changes too...
authorCarsten Haitzler <raster@rasterman.com>
Tue, 31 Mar 2009 07:42:25 +0000 (07:42 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 31 Mar 2009 07:42:25 +0000 (07:42 +0000)
SVN revision: 39812

data/themes/default.edc
src/modules/conf_wallpaper2/e_int_config_wallpaper.c

index 5b52add..9ccebd4 100644 (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";
         }
       }
index 21af3b3..cb2a950 100644 (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;