view src/win32/winprefs.h @ 4041:3a36ec242415

[gaim-migrate @ 4249] Michael Golden replaced a deprecated gtk call, and I fixed a leak in gtkimhtmlc. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 03 Dec 2002 22:26:54 +0000
parents 0d8b71d0d8f8
children
line wrap: on
line source

/*
 *  winprefs.h
 *  
 *  Author: Herman Bloggs <hermanator12002@yahoo.com>
 *  Date: November, 2002
 *  Description: Windows only preferences page
 */
#ifndef _WINPREFS_H
#define _WINPREFS_H

extern guint wgaim_options;
#define OPT_WGAIM_IMTRANS               0x00000001
#define OPT_WGAIM_SHOW_IMTRANS          0x00000002

#if 0
#define OPT_WGAIM_                      0x00000004
#define OPT_WGAIM_                      0x00000008
#endif

extern GtkWidget *wgaim_winprefs_page();


#endif /*_WINPREFS_H*/