On Thu, 13 Dec 2012 07:02:42 +0000 Christopher Michael <cp.mich...@samsung.com>
said:

> On 13/12/12 06:53, Michael Blumenkrantz wrote:
> > On Thu, 13 Dec 2012 14:48:07 +0900
> > Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:
> >
> >> On Wed, 12 Dec 2012 15:00:09 +0000 Michael Blumenkrantz
> >> <michael.blumenkra...@gmail.com> said:
> >>
> >> well it's unsued by e itself, or compositors etc... that's why.
> >>
> >>> not sure this is the right choice here....
> >>>
> >>> On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN <
> >>> no-re...@enlightenment.org> wrote:
> >>>
> >>>> Log:
> >>>> pixel border->go. no actual use in e17 atm.. so not going to put it
> >>>>    there. make a theme that provides such things if u want them. :)
> >>>>
> >>>>
> >>>>
> >>>> Author:       raster
> >>>> Date:         2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
> >>>> New Revision: 80765
> >>>> Trac:         http://trac.enlightenment.org/e/changeset/80765
> >>>>
> >>>> Modified:
> >>>>    trunk/e/data/themes/edc/border.edc
> >>>>
> >>>> Modified: trunk/e/data/themes/edc/border.edc
> >>>> ===================================================================
> >>>> --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev
> >>>> 80764) +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC
> >>>> (rev 80765) @@ -834,105 +834,6 @@
> >>>>      }
> >>>>   }
> >>>>
> >>>> -group { name: "e/widgets/border/pixel/border";
> >>>> -   parts {
> >>>> -      part { name: "e.swallow.client"; type: SWALLOW;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.offset: 1 1;
> >>>> -            rel2.offset: -2 -2;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "top"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            color: 0 0 0 255;
> >>>> -            align: 0.0 0.0;
> >>>> -            max: 99999 1;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "bottom"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            color: 0 0 0 255;
> >>>> -            align: 0.0 1.0;
> >>>> -            max: 99999 1;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "left"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            color: 0 0 0 255;
> >>>> -            align: 0.0 0.0;
> >>>> -            max: 1 99999;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "right"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            color: 0 0 0 255;
> >>>> -            align: 1.0 0.0;
> >>>> -            max: 1 99999;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.tl"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel2.relative: 0.0 0.0;
> >>>> -            min: 32 4;
> >>>> -            align: 0.0 0.0;
> >>>> -            color: 0 0 0 0;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.t"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.relative: 1.0 0.0;
> >>>> -            rel1.to_x: "e.event.resize.tl";
> >>>> -            rel2.relative: 0.0 0.0;
> >>>> -            rel2.to_x: "e.event.resize.tr";
> >>>> -            min: 0 4;
> >>>> -            align: 0.5 0.0;
> >>>> -            color: 0 0 0 0;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.tr"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.relative: 1.0 0.0;
> >>>> -            rel2.relative: 1.0 0.0;
> >>>> -            min: 32 4;
> >>>> -            align: 1.0 0.0;
> >>>> -            color: 0 0 0 0;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.bl"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.relative: 0.0 1.0;
> >>>> -            rel2.relative: 0.0 1.0;
> >>>> -            min: 32 5;
> >>>> -            align: 0.0 1.0;
> >>>> -            color: 0 0 0 0;
> >>>> -            fixed: 1 1;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.b"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.relative: 1.0 1.0;
> >>>> -            rel1.to_x: "e.event.resize.tl";
> >>>> -            rel2.relative: 0.0 1.0;
> >>>> -            rel2.to_x: "e.event.resize.tr";
> >>>> -            min: 0 5;
> >>>> -            align: 0.5 1.0;
> >>>> -            color: 0 0 0 0;
> >>>> -            fixed: 0 1;
> >>>> -         }
> >>>> -      }
> >>>> -      part { name: "e.event.resize.br"; type: RECT;
> >>>> -         description { state: "default" 0.0;
> >>>> -            rel1.relative: 1.0 1.0;
> >>>> -            rel2.relative: 1.0 1.0;
> >>>> -            min: 32 5;
> >>>> -            align: 1.0 1.0;
> >>>> -            color: 0 0 0 0;
> >>>> -            fixed: 1 1;
> >>>> -         }
> >>>> -      }
> >>>> -   }
> >>>> -}
> >>>> -
> >>>>   group { name: "e/widgets/border/default/move";
> >>>>      images.image: "vgrad_tall.png" COMP;
> >>>>      images.image: "bevel_out.png" COMP;
> >>>>
> >
> > right, it's used by users. just like borderless style and the rest.
> 
> And potentially by the illume policy: (policy.c)
> 
> /* NB: DIALOG_USES_PIXEL_BORDER is an experiment in setting dialog windows
>   * to use the 'pixel' type border. This is done because some dialogs,
>   * when shown, blend into other windows too much. Pixel border adds a
>   * little distinction between the dialog window and an app window.
>   * Disable if this is not wanted */
> #define DIALOG_USES_PIXEL_BORDER 1

compositing fixes that :)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to