comparison src/extw-Xlib.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6 2aa9cd456ae7
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 _EXTW_XLIB_H_ 20 #ifndef INCLUDED_extw_Xlib_h_
21 #define _EXTW_XLIB_H_ 21 #define INCLUDED_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 /* _EXTW_XLIB_H_ */ 51 #endif /* INCLUDED_extw_Xlib_h_ */