console/gntrequest.h@d1bd558266b7
console/gntrequest.h
Thu, 24 Aug 2006 02:35:15 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Thu, 24 Aug 2006 02:35:15 +0000
- changeset 14379
- d1bd558266b7
- parent 14260
-
a21577fbb4d2
- child 14620
-
90d599495d65
- permissions
- -rw-r--r--
[gaim-migrate @ 17010]
This should allow mouse-events to work for everyone. Also, you can click
on any window to bring it to focus.
#ifndef _GNT_REQUEST_H
#define _GNT_REQUEST_H
#include "request.h"
GaimRequestUiOps *gg_request_get_ui_ops(void);
void gg_request_init(void);
void gg_request_uninit(void);
#endif