comparison src/xterm.h @ 81949:f3024bc83300

Declare x_ewmh_activate_frame
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 18 Jul 2007 10:46:53 +0000
parents 3d45362f1d38
children b98604865ea0 fd5b4a865d1d 492971a3f31f
comparison
equal deleted inserted replaced
81948:ae42317dff79 81949:f3024bc83300
986 extern void x_clear_errors P_ ((Display *)); 986 extern void x_clear_errors P_ ((Display *));
987 extern void x_fully_uncatch_errors P_ ((void)); 987 extern void x_fully_uncatch_errors P_ ((void));
988 extern void x_set_window_size P_ ((struct frame *, int, int, int)); 988 extern void x_set_window_size P_ ((struct frame *, int, int, int));
989 extern void x_set_mouse_position P_ ((struct frame *, int, int)); 989 extern void x_set_mouse_position P_ ((struct frame *, int, int));
990 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); 990 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int));
991 extern void x_ewmh_activate_frame P_ ((struct frame *));
991 extern void x_raise_frame P_ ((struct frame *)); 992 extern void x_raise_frame P_ ((struct frame *));
992 extern void x_lower_frame P_ ((struct frame *)); 993 extern void x_lower_frame P_ ((struct frame *));
993 extern void x_make_frame_visible P_ ((struct frame *)); 994 extern void x_make_frame_visible P_ ((struct frame *));
994 extern void x_make_frame_invisible P_ ((struct frame *)); 995 extern void x_make_frame_invisible P_ ((struct frame *));
995 extern void x_iconify_frame P_ ((struct frame *)); 996 extern void x_iconify_frame P_ ((struct frame *));