X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxboard.c;h=7abd7cefc35eb7209072a74dbb42242da9c4fdf5;hb=51e9503489f2cee28a076bf52c56185a5283b069;hp=cdd42a725b2bfd40b1ae51abe72eb4b929065143;hpb=89b07e580a401d8c123c4a10e82789a873f37965;p=xboard.git diff --git a/gtk/xboard.c b/gtk/xboard.c index cdd42a7..7abd7ce 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -523,6 +523,12 @@ GetActualPlacement (GtkWidget *shell, 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