File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4688,6 +4688,10 @@ pgtk_create_terminal (struct pgtk_display_info *dpyinfo)
4688
4688
terminal -> set_scroll_bar_default_width_hook = pgtk_set_scroll_bar_default_width ;
4689
4689
terminal -> set_scroll_bar_default_height_hook = pgtk_set_scroll_bar_default_height ;
4690
4690
terminal -> set_window_size_hook = pgtk_set_window_size ;
4691
+ // terminal->query_colors = pgtk_query_colors;
4692
+ terminal -> get_focus_frame = x_get_focus_frame ;
4693
+ // terminal->focus_frame_hook = x_focus_frame;
4694
+ // terminal->set_frame_offset_hook = x_set_offset;
4691
4695
4692
4696
/* Other hooks are NULL by default. */
4693
4697
Original file line number Diff line number Diff line change @@ -589,5 +589,7 @@ extern void pgtk_iconify_frame (struct frame *f);
589
589
extern void x_focus_frame (struct frame * f , bool noactivate );
590
590
extern void pgtk_set_scroll_bar_default_width (struct frame * f );
591
591
extern void pgtk_set_scroll_bar_default_height (struct frame * f );
592
+ extern Lisp_Object x_get_focus_frame (struct frame * frame );
593
+
592
594
593
595
#endif /* HAVE_PGTK */
You can’t perform that action at this time.
0 commit comments