Module: wine Branch: master Commit: 49b73d53cfe55f69c2c8a9aff40f89658d472ff1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49b73d53cfe55f69c2c8a9aff4...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 10 17:41:03 2012 +0100
winex11: Move the clipboard DIB creation functions to clipboard.c.
---
dlls/winex11.drv/clipboard.c | 202 +++++++++++++++++++++++++++++++++++---- dlls/winex11.drv/dib.c | 219 ------------------------------------------ dlls/winex11.drv/x11drv.h | 4 - 3 files changed, 184 insertions(+), 241 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=49b73d53cfe55f69c2c8a9...