(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view.

This commit is contained in:
alberth
2009-11-07 17:24:04 +00:00
parent b500170ac2
commit 0bc03c25f4
4 changed files with 31 additions and 17 deletions

View File

@@ -21,6 +21,9 @@ void ChangeWindowOwner(Owner old_owner, Owner new_owner);
void ResizeWindow(Window *w, int x, int y);
int PositionMainToolbar(Window *w);
int GetMainViewTop();
int GetMainViewBottom();
void InitWindowSystem();
void UnInitWindowSystem();
void ResetWindowSystem();