home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / EMXLIB8F.ZIP / EMX / LIB / VIDEO / WMGETY.C < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-02  |  176 b   |  10 lines

  1. /* wmgety.c (emx+gcc) -- Copyright (c) 1987-1993 by Eberhard Mattes */
  2.  
  3. #include <sys/winmgr.h>
  4. #include "winmgr2.h"
  5.  
  6. int wm_gety (wm_handle wh)
  7. {
  8.   return (wh->y);
  9. }
  10.