<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1006,6 +1006,7 @@ var STICKY_TIME_INTERVAL        = 500,
     {
         [self setLevel:CPPopUpMenuWindowLevel];
         [self setHasShadow:YES];
+        [self setShadowStyle:CPMenuWindowShadowStyle];
         [self setAcceptsMouseMovedEvents:YES];
         
         _unconstrainedFrame = CGRectMakeZero();</diff>
      <filename>AppKit/CPMenu.j</filename>
    </modified>
    <modified>
      <diff>@@ -1004,6 +1004,7 @@ CPTexturedBackgroundWindowMask
 - (void)setShadowStyle:(unsigned)aStyle
 {
     _shadowStyle = aStyle;
+
     [[self platformWindow] setShadowStyle:_shadowStyle];
 }
 
@@ -2380,6 +2381,12 @@ function _CPWindowFullPlatformWindowSessionMake(aWindowView, aContentRect, hasSh
     return { windowView:aWindowView, contentRect:aContentRect, hasShadow:hasShadow, level:aLevel };
 }
 
+CPStandardWindowShadowStyle = 0;
+CPMenuWindowShadowStyle     = 1;
+CPPanelWindowShadowStyle    = 2;
+CPCustomWindowShadowStyle   = 3;
+
+
 @import &quot;_CPWindowView.j&quot;
 @import &quot;_CPStandardWindowView.j&quot;
 @import &quot;_CPDocModalWindowView.j&quot;</diff>
      <filename>AppKit/CPWindow/CPWindow.j</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b5cdcec0041b97f0fe77eded114142b4a5cc7384</id>
    </parent>
  </parents>
  <author>
    <name>Francisco Ryan Tolmasky I</name>
    <email>francisco@280north.com</email>
  </author>
  <url>http://github.com/cacaodev/cappuccino/commit/b4571199256ce4d2b3e6f1fdb4b53a8e7a77cc9f</url>
  <id>b4571199256ce4d2b3e6f1fdb4b53a8e7a77cc9f</id>
  <committed-date>2009-10-25T23:11:00-07:00</committed-date>
  <authored-date>2009-10-25T23:11:00-07:00</authored-date>
  <message>Added shadow drawing styles.

Reviewed by me.</message>
  <tree>68c2a5f5978723d64dea4e348aa475d398264cae</tree>
  <committer>
    <name>Francisco Ryan Tolmasky I</name>
    <email>francisco@280north.com</email>
  </committer>
</commit>
