/**
- * $Id: wm_window.h
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
void wm_subwindows_free(wmWindow *win);
int wm_subwindow_open(wmWindow *win, rcti *winrct);
-void wm_subwindow_set(wmWindow *win, int swinid); /* set drawable */
void wm_subwindow_close(wmWindow *win, int swinid);
int wm_subwindow_get(wmWindow *win); /* returns id */
void wm_subwindow_position(wmWindow *win, int swinid, rcti *winrct);
-
-void wm_subwindow_getsize(wmWindow *win, int *x, int *y) ;
-void wm_subwindow_getorigin(wmWindow *win, int *x, int *y);
+void wm_subwindow_getsize(wmWindow *win, int swinid, int *x, int *y);
+void wm_subwindow_getorigin(wmWindow *win, int swinid, int *x, int *y);
+void wm_subwindow_getmatrix(wmWindow *win, int swinid, float mat[][4]);
#endif /* WM_SUBWINDOW_H */