24 Apr
2008
24 Apr
'08
11:23 a.m.
Module: wine Branch: master Commit: 855308fd95257ff811c40390c790b4100b5d2214 URL: http://source.winehq.org/git/wine.git/?a=commit;h=855308fd95257ff811c40390c7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Apr 23 15:32:58 2008 +0200 winex11: Merged the contents of winpos.c into window.c. --- dlls/winex11.drv/Makefile.in | 1 - dlls/winex11.drv/event.c | 2 +- dlls/winex11.drv/window.c | 449 +++++++++++++++++++++++++++++++++++++++-- dlls/winex11.drv/winpos.c | 466 ------------------------------------------ dlls/winex11.drv/x11drv.h | 12 +- 5 files changed, 438 insertions(+), 492 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=855308fd95257ff811c403...