mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
add xchat r1489
This commit is contained in:
19
src/fe-gtk/pixmaps.h
Normal file
19
src/fe-gtk/pixmaps.h
Normal file
@@ -0,0 +1,19 @@
|
||||
extern GdkPixbuf *pix_book;
|
||||
extern GdkPixbuf *pix_hop;
|
||||
extern GdkPixbuf *pix_purple;
|
||||
extern GdkPixbuf *pix_red;
|
||||
extern GdkPixbuf *pix_op;
|
||||
extern GdkPixbuf *pix_voice;
|
||||
extern GdkPixbuf *pix_xchat;
|
||||
|
||||
extern GdkPixbuf *pix_tray_msg;
|
||||
extern GdkPixbuf *pix_tray_hilight;
|
||||
extern GdkPixbuf *pix_tray_file;
|
||||
|
||||
extern GdkPixbuf *pix_channel;
|
||||
extern GdkPixbuf *pix_dialog;
|
||||
extern GdkPixbuf *pix_server;
|
||||
extern GdkPixbuf *pix_util;
|
||||
|
||||
extern GdkPixmap *pixmap_load_from_file (char *file);
|
||||
extern void pixmaps_init (void);
|
||||
Reference in New Issue
Block a user