WoWInterface SVN MultiScreenSupport

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

MultiScreenSupport.lua
37,9 → 37,11
end
 
function MultiScreenSupport:setSpecificParentAnchor(frame)
local point, relativeTo, relativePoint, xOfs, yOfs = frame:GetPoint()
frame:ClearAllPoints()
frame:SetPoint(point, MultiScreenSupportParent, relativePoint, xOfs, yOfs)
if frame ~= nil then
local point, relativeTo, relativePoint, xOfs, yOfs = frame:GetPoint()
frame:ClearAllPoints()
frame:SetPoint(point, MultiScreenSupportParent, relativePoint, xOfs, yOfs)
end
end
 
function MultiScreenSupport:tableMerge(first_table, second_table)
MultiScreenSupport.toc
1,6 → 1,6
## Interface: 80000
## Author: Tomate
## Version: 4.0
## Version: 4.1
## Title: MultiScreenSupport
## Notes: Eyefinity and Surround gaming assist to anchor default UI panels to the center monitor.
## X-Embeds: Ace3