Module: wine Branch: master Commit: c19af910ebafa9b1928b0f67bee68f6b0b237e8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=c19af910ebafa9b1928b0f67be...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jan 17 19:53:59 2008 +0100
winex11.drv: Don't create a win_data structure for the desktop window, except in the process that owns it.
Handle desktop size changes by sending a message to the desktop owner.
---
dlls/winex11.drv/desktop.c | 35 -------------- dlls/winex11.drv/event.c | 3 + dlls/winex11.drv/window.c | 106 ++++++++++++++++++++++++------------------- dlls/winex11.drv/winpos.c | 28 +++++++----- dlls/winex11.drv/x11drv.h | 5 +- dlls/winex11.drv/xrandr.c | 2 +- dlls/winex11.drv/xvidmode.c | 3 +- 7 files changed, 85 insertions(+), 97 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c19af910ebafa9b1928b0f...