Re: [fpc-pascal] gdk_window_get_frame_extents
> > > var > grect :PGdkRectangle; > > begin > gdk_window_get_frame_extents(GDK_WINDOW(widget^.window),@grect); > > > configure_event := True; > end; > === fpc header for the gdk function is procedure gdk_
Re: [fpc-pascal] gdk_window_get_frame_extents
> > > Yes and no. The correct fix is to declare grect as GdkRectagle, as you > need to pass to the function the pointer to an allocated record. > Surely you're right. Jan Je/lowicki --