Displaying 2 results from an estimated 2 matches for "currenthead".
Did you mean:
currentend
2006 May 22
13
Canceling a specific effect
...ext'').visible();
if (toggle && !vis) { // toggle text ON
new Effect.BlindDown(element+''Text'', {queue: {scope:
''headers'', position:''front''}});
}
else if (!toggle && vis && this.currentHeader != element) {
new Effect.BlindUp(
element+''Text'',
{
queue: {scope: ''headers'', position:''end''},
beforeStart: function() {
if (menu.curre...
2008 Jan 25
0
Wine release 0.9.54
...ersion of wmi.dll.
gdi32: Fix possible NULL ptr in TRACE.
msi: Replaced msi_free() by LocalAlloc() since ConvertSidToStringSidW uses LocalAlloc().
wined3d: Removed deadcode.
cmd: Include <time.h> for time().
wined3d: Initialize swapchain.
rpcrt4: Initialize CurrentHeader.
d3d9/tests: Initialize decl.
wininet: Check if buffer has overflowed potentially.
Michael Stefaniuc (3):
winedump: Do not create a header file when not generating skeleton code.
winedump: Use the DEFINE_THISCALL_WRAPPER macro instead of the GET_THIS macro for functions w...