/[dotgnu-pnet]/pnetlib/System.Drawing.Xsharp/DrawingTopLevelWindow.cs
ViewVC logotype

Diff of /pnetlib/System.Drawing.Xsharp/DrawingTopLevelWindow.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by Rich333, Thu Dec 30 07:31:18 2004 UTC revision 1.31 by darkdust, Mon Aug 22 14:33:10 2005 UTC
# Line 382  internal sealed class DrawingTopLevelWin Line 382  internal sealed class DrawingTopLevelWin
382                                  {                                  {
383                                          otherHints |= OtherHints.Dialog;                                          otherHints |= OtherHints.Dialog;
384                                  }                                  }
385                                  if((flags & ToolkitWindowFlags.ShowInTaskbar) != 0)                                  if((flags & ToolkitWindowFlags.ShowInTaskbar) == 0)
386                                  {                                  {
387                                          otherHints |= OtherHints.HideFromTaskBar;                                          otherHints |= OtherHints.HideFromTaskBar;
388                                  }                                  }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26