📄 init.h
字号:
//**************************************************************//* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -