(svn r6631) -Codechange: Use accessors for click_state.
Another step toward merging XTDwidget. The only two files not converted (window.h and widget.c) will be done at the very last commit)
This commit is contained in:
9
window.h
9
window.h
@@ -748,14 +748,13 @@ int GetMenuItemIndex(const Window *w, int x, int y);
|
||||
void InputLoop(void);
|
||||
void UpdateWindows(void);
|
||||
void InvalidateWidget(const Window *w, byte widget_index);
|
||||
|
||||
void GuiShowTooltips(StringID string_id);
|
||||
|
||||
void UnclickWindowButtons(Window *w);
|
||||
void UnclickSomeWindowButtons(Window *w, uint32 mask);
|
||||
void RaiseWindowButtons(Window *w);
|
||||
void RelocateAllWindows(int neww, int newh);
|
||||
int PositionMainToolbar(Window *w);
|
||||
|
||||
/* misc_gui.c*/
|
||||
void GuiShowTooltips(StringID string_id);
|
||||
|
||||
/* widget.c */
|
||||
int GetWidgetFromPos(const Window *w, int x, int y);
|
||||
void DrawWindowWidgets(const Window *w);
|
||||
|
||||
Reference in New Issue
Block a user