(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.

This commit is contained in:
alberth
2010-12-30 13:16:31 +00:00
parent c5597c44c4
commit fdf0be0da8
5 changed files with 17 additions and 12 deletions

View File

@@ -821,8 +821,6 @@ enum SpecialMouseMode {
};
extern SpecialMouseMode _special_mouse_mode;
Window *GetCallbackWnd();
void SetFocusedWindow(Window *w);
void ScrollbarClickHandler(Window *w, NWidgetCore *nw, int x, int y);