search for: registerclipboardformat

Displaying 2 results from an estimated 2 matches for "registerclipboardformat".

2006 Mar 23
0
Win32API patch?
Hi all, Passing a Fixnum when you should have passed a String (pointer) causes a segfault in Win32API. I''ve already reported this on RubyForge (Bug #3904): require ''Win32API'' RegFormat = Win32API.new(''user32'', ''RegisterClipboardFormat'', ''P'', ''I'') RegFormat.call(1) # Boom! I''ve traced the error to line 194 in Win32API.c: ret = ApiFunction(param); Where ApiFunction is defined as: FARPROC ApiFunction = (FARPROC)NUM2ULONG(obj_proc); Any idea what the patch should be? I'...
2011 Mar 18
0
Wine release 1.3.16
...r: Fix the contents of the mouse data for the low-level hook. winex11: Don't unmap off-screen windows on PropertyNotify events. winex11: Remove the unused clipboard format flags. winex11: Register clipboard formats only once they are actually used. user32: Get rid of the RegisterClipboardFormat driver entry point. server: Fix checking of X button flags when updating the input key state. user.exe: Call the 16-bit hook directly in SendMessage16. user32: No longer export HOOK_CallHooks. gdi32: Fix parameter type in the ModifyWorldTransform driver entry point. gd...