diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -580,22 +580,6 @@ Window *AllocateWindow( Window *AllocateWindowDesc(const WindowDesc *desc); Window *AllocateWindowDescFront(const WindowDesc *desc, int value); -Window *AllocateWindowAutoPlace( - int width, - int height, - WindowProc *proc, - WindowClass cls, - const Widget *widget); - -Window *AllocateWindowAutoPlace2( - WindowClass exist_class, - WindowNumber exist_num, - int width, - int height, - WindowProc *proc, - WindowClass cls, - const Widget *widget); - void DrawWindowViewport(Window *w); void InitWindowSystem(void); |