changeset 388 | d81d1c093b17 |
parent 386 | 99da03ebe6ad |
child 410 | 8de2aaf20800 |
387:999cbb4eb515 | 388:d81d1c093b17 |
---|---|
242 Window *w = FindWindowById(cls, number); |
242 Window *w = FindWindowById(cls, number); |
243 |
243 |
244 if (w != NULL) { |
244 if (w != NULL) { |
245 w->flags4 |= WF_WHITE_BORDER_MASK; |
245 w->flags4 |= WF_WHITE_BORDER_MASK; |
246 SetWindowDirty(w); |
246 SetWindowDirty(w); |
247 BringWindowToFront(w); |
247 w = BringWindowToFront(w); |
248 } |
248 } |
249 |
249 |
250 return w; |
250 return w; |
251 } |
251 } |
252 |
252 |