mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
add xchat r1489
This commit is contained in:
4
src/fe-gtk/mmx_cmod.h
Normal file
4
src/fe-gtk/mmx_cmod.h
Normal file
@@ -0,0 +1,4 @@
|
||||
void shade_ximage_15_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
||||
void shade_ximage_16_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
||||
void shade_ximage_32_mmx(void *data, int bpl, int w, int h, int rm, int gm, int bm);
|
||||
int have_mmx (void);
|
||||
Reference in New Issue
Block a user