~ubuntu-branches/ubuntu/wily/wine/wily

« back to all changes in this revision

Viewing changes to dlls/user32/painting.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-10-18 00:44:19 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20081018004419-j4p62oxfecgji9m8
Tags: 1.0.1-0ubuntu1
* New upstream release
  - Bug Fix only release (LP: #285341)
* Update includes our tools/wine.desktop patch, so we no longer have that

Show diffs side-by-side

added added

removed removed

Lines of Context:
623
623
 
624
624
    if (child) hwnd = *child;
625
625
 
 
626
    if (hwnd == GetDesktopWindow()) return whole_rgn;
 
627
 
626
628
    if (whole_rgn)
627
629
    {
628
630
        RECT client, update;