WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/DesktopMgr
    from Rev 676 to Rev 683
    Reverse comparison

Rev 676 → Rev 683

BlizzardFullDisable.lua
432,6 → 432,15
end
 
function RDXDK.DisableChatFrames()
 
--FCF_Close(ChatFrame3);
--FCF_Close(ChatFrame4);
--FCF_Close(ChatFrame5);
--FCF_Close(ChatFrame6);
--FCF_OpenNewWindow = VFL.Noop;
--FCF_OpenTemporaryWindow = VFL.Noop;
--FCF_SetWindowName = VFL.Noop;
 
-- ChatFrame could not be resized.
FCF_Resize = VFL.Noop;
FCF_StopResize = VFL.Noop;