Script to get committed patches

gerard patel gerard.patel at asi.fr
Tue May 1 10:57:17 CDT 2001


I have tried to retrieve this patch :

http://cvs.winehq.com/patch.py?id=9881549330718504618853331

It does not look as a regular diff ??? I suspect a problem in the
script.
I have absolutely no knowledge of the language used in this script,
so I can't do more than report.

Here is quoted a small part of the beast, cut & paste from Netscape.

Gerard

--- /opt/cvs-commit/wine/dlls/x11drv/x11drv.spec        2001/01/15 20:23:06     1.7
+++ /opt/cvs-commit/wine/dlls/x11drv/x11drv.spec        2001/04/24 23:28:52     1.8
@@ -11,8 +11,6 @@
 
 # USER driver
 
-@ cdecl Synchronize() X11DRV_Synchronize
-@ cdecl CheckFocus() X11DRV_CheckFocus
 @ cdecl UserRepaintDisable(long) X11DRV_UserRepaintDisable
 @ cdecl InitKeyboard() X11DRV_InitKeyboard
 @ cdecl VkKeyScan(long) X11DRV_VkKeyScan
@@ -24,8 +22,6 @@
 @ cdecl Beep() X11DRV_Beep
 @ cdecl GetDIState(long ptr) X11DRV_GetDIState
 @ cdecl GetDIData(ptr long ptr ptr long) X11DRV_GetDIData
-@ cdecl GetKeyboardConfig(ptr) X11DRV_GetKeyboardConfig
-@ cdecl SetKeyboardConfig(ptr long) X11DRV_SetKeyboardConfig
 @ cdecl InitMouse(ptr) X11DRV_InitMouse
 @ cdecl SetCursor(ptr) X11DRV_SetCursor
 @ cdecl MoveCursor(long long) X11DRV_MoveCursor
@@ -34,6 +30,16 @@
 @ cdecl GetScreenSaveTimeout() X11DRV_GetScreenSaveTimeout
 @ cdecl SetScreenSaveTimeout(long) X11DRV_SetScreenSaveTimeout
 @ cdecl LoadOEMResource(long long) X11DRV_LoadOEMResource
+@ cdecl CreateWindow(long) X11DRV_CreateWindow
+@ cdecl DestroyWindow(long) X11DRV_DestroyWindow
+@ cdecl GetDC(long long long long) X11DRV_GetDC
+@ cdecl EnableWindow(long long) X11DRV_EnableWindow
+@ cdecl SetFocus(long) X11DRV_SetFocus
+@ cdecl SetParent(long long) X11DRV_SetParent
+@ cdecl SetWindowPos(ptr) X11DRV_SetWindowPos
+@ cdecl SetWindowRgn(long long) X11DRV_SetWindowRgn
+@ cdecl SetWindowIcon(long long long) X11DRV_SetWindowIcon
+@ cdecl SetWindowText(long wstr) X11DRV_SetWindowText
 @ cdecl IsSingleWindow() X11DRV_IsSingleWindow
 @ cdecl AcquireClipboard() X11DRV_AcquireClipboard
 @ cdecl ReleaseClipboard() X11DRV_ReleaseClipboard

&&& wine/dlls/x11drv/window.c
/*
 * Window related functions
 *
 * Copyright 1993, 1994, 1995, 1996, 2001 Alexandre Julliard
 * Copyright 1993 David Metcalfe
 * Copyright 1995, 1996 Alex Korobka
 */

#include "config.h"

#include "ts_xlib.h"
#include "ts_xutil.h"

#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"






More information about the wine-devel mailing list