~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to dlls/winex11.drv/systray.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
        if (icon->window)
345
345
        {
346
346
            struct x11drv_win_data *data = X11DRV_get_win_data( icon->window );
347
 
            if (data) XClearArea( gdi_display, data->client_window, 0, 0, 0, 0, True );
 
347
            if (data) XClearArea( thread_display(), data->client_window, 0, 0, 0, 0, True );
348
348
        }
349
349
    }
350
350