Mercurial > hg > xemacs-beta
comparison src/extw-Xlib.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
16 Boston, MA 02111-1307, USA. */ | 16 Boston, MA 02111-1307, USA. */ |
17 | 17 |
18 /* Synched up with: Not in FSF. */ | 18 /* Synched up with: Not in FSF. */ |
19 | 19 |
20 #ifndef INCLUDED_extw_Xlib_h_ | 20 #ifndef _EXTW_XLIB_H_ |
21 #define INCLUDED_extw_Xlib_h_ | 21 #define _EXTW_XLIB_H_ |
22 | 22 |
23 #define extw_shell_send 0 | 23 #define extw_shell_send 0 |
24 #define extw_client_send 1 | 24 #define extw_client_send 1 |
25 | 25 |
26 typedef enum { | 26 typedef enum { |
46 | 46 |
47 void extw_initialize_atoms(Display *display); | 47 void extw_initialize_atoms(Display *display); |
48 void extw_send_notify_3(Display *display, Window win, en_extw_notify type, | 48 void extw_send_notify_3(Display *display, Window win, en_extw_notify type, |
49 long data0, long data1, long data2); | 49 long data0, long data1, long data2); |
50 | 50 |
51 #endif /* INCLUDED_extw_Xlib_h_ */ | 51 #endif /* _EXTW_XLIB_H_ */ |