Programming Guide |
Restores the previously active window
int sm_wdeselect(void);
- 0 Success.
sm_wdeselect
restores a window to its original position in the window stack after it has been moved to the top by a call to sm_wselect. Successive calls tosm_wdeselect
recursively restore windows selected by sm_wselect.