- if ((win->GetX() == alloc->x) &&
- (win->GetY() == alloc->y) &&
- (win->GetWidth() == alloc->width) &&
- (win->GetHeight() == alloc->height))
+ if ((win->m_x == alloc->x) &&
+ (win->m_y == alloc->y) &&
+ (win->m_width == alloc->width) &&
+ (win->m_height == alloc->height))