⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cliprect.h

📁 在ecos 下mingui 的移植开发
💻 H
字号:
//// $Id: cliprect.h,v 1.2 2000/06/19 01:54:15 weiym Exp $//// cliprect.h: the head file of Clip Rect module.// // Copyright (c) 1999, Wei Yongming.//// Create date: 1999/3/26//#ifndef GUI_CLIPRECT_H    #define GUI_CLIPRECT_H#ifdef __cplusplusextern "C" {#endif  /* __cplusplus */typedef struct tagGCRINFO{    pthread_mutex_t lock;    CLIPRGN         crgn;    int             age;}GCRINFO;typedef GCRINFO* PGCRINFO;typedef struct tagINVRGN{    pthread_mutex_t lock;    CLIPRGN         rgn;}INVRGN;typedef INVRGN* PINVRGN;/* Function definitions */#ifdef __cplusplus}#endif  /* __cplusplus */#endif  /* GUI_CLIPRECT_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -