home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / mb3jr12.zip / src.zip / Main / FreeDlg.h < prev    next >
C/C++ Source or Header  |  1998-03-23  |  465b  |  14 lines

  1. #ifndef __FREEDLG_H
  2. #define __FREEDLG_H
  3.  
  4. #define APP_NAME        "eMBee jr."
  5. #define KEY_ANIM        "Do animate winlist"
  6. #define KEY_WIN        "Windos position"
  7.  
  8. MRESULT EXPENTRY FreeDlgProc( HWND hwndDlg, ULONG ulMsg, MPARAM mpOne, MPARAM mpTwo );
  9. MRESULT EXPENTRY SplashProc( HWND hwndDlg, ULONG ulMsg, MPARAM mpOne, MPARAM mpTwo );
  10.  
  11. void Paint( HWND hwnd, POINTL* pptlWhere, ULONG ulWidth, ULONG ulHeight, HBITMAP hbmImg1, HBITMAP hbmMask1, RECTL* prclI );
  12.  
  13. #endif
  14.