X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxboard.c;h=a94431335283f0de951f65d4338cf911939bd054;hb=51e9503489f2cee28a076bf52c56185a5283b069;hp=292f7c2320cbb98f2e016df5927eceb44fed76e5;hpb=89b07e580a401d8c123c4a10e82789a873f37965;p=xboard.git diff --git a/xaw/xboard.c b/xaw/xboard.c index 292f7c2..a944313 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -639,6 +639,12 @@ GetActualPlacement (Widget wg, WindowPlacement *wp) } void +GetPlacement (DialogClass dlg, WindowPlacement *wp) +{ // wrapper to shield back-end from widget type + if(shellUp[dlg]) GetActualPlacement(shells[dlg], wp); +} + +void GetWindowCoords () { // wrapper to shield use of window handles from back-end (make addressible by number?) // In XBoard this will have to wait until awareness of window parameters is implemented