init.h

来自「模糊聚类的算法实现程序」· C头文件 代码 · 共 31 行

H
31
字号
//**************************************************************//*   filename: init.h                                         *//*                                                            *//**************************************************************//* programmed by: Thomas Wagner                               *//* last change:  (XXX: not updated)                           *//**************************************************************#include <X11/Xlib.h>#include <X11/Xutil.h>#define INDEXCOLORNUMBER  12#if 1extern#endifCursor movestartcursor, moveendcursor, movecursor, moveaxescursor, movepointcursor,  createpointcursor, rotatecursor, createstartcursor, createendcursor,  delconnectcursor, maincursor, waitcursor, deleteiconcursor, diskcursor;#if 1extern#endifunsigned long buttonpix, lightpix, shadowpix, redbuttonpix, bluelightpix,  blueshadowpix, bluebuttonpix, redlightpix, redshadowpix, greenbuttonpix,  greenlightpix, greenshadowpix, yellowbuttonpix, yellowlightpix, yellowshadowpix,  blackpix, whitepix, selectpix, redpix, indexcolor[INDEXCOLORNUMBER];void initcolors (Display * display);void initcursors (Display * display);void Uninitcursors (Display * display);

⌨️ 快捷键说明

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