mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
KbdMsHndlr
This commit is contained in:
parent
2f56a66496
commit
16efdf3214
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
||||||
Find("fp_final_scrn_update",ff_mask,fu_flags,"fp_final_screen_update");
|
Find("fp_final_scrn_update",ff_mask,fu_flags,"fp_final_screen_update");
|
||||||
Find("DCColorChg", ff_mask,fu_flags,"DCColorChange");
|
Find("DCColorChg", ff_mask,fu_flags,"DCColorChange");
|
||||||
Find("Adam(", ff_mask,fu_flags,"Sys("); // using Adam( not to rename lists that contain the name Adam
|
Find("Adam(", ff_mask,fu_flags,"Sys("); // using Adam( not to rename lists that contain the name Adam
|
||||||
|
Find("KbdMsHndlr", ff_mask,fu_flags,"KbdMouseHandler");
|
||||||
|
|
||||||
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
|
"\n$$BK,1$$$$LTRED$$Might want to go over these$$FG$$$$BK,0$$\n";
|
||||||
Find("MemSet", ff_mask, fu_flags);
|
Find("MemSet", ff_mask, fu_flags);
|
||||||
|
|
Loading…
Reference in a new issue