@@ -570,7 +570,6 @@ pgtk_new_font (struct frame *f, Lisp_Object font_object, int fontset)
570
570
{
571
571
PGTK_TRACE ("pgtk_new_font" );
572
572
struct font * font = XFONT_OBJECT (font_object );
573
- // EmacsView *view = FRAME_NS_VIEW (f);
574
573
int font_ascent , font_descent ;
575
574
576
575
if (fontset < 0 )
@@ -4567,7 +4566,7 @@ x_new_focus_frame (struct pgtk_display_info *dpyinfo, struct frame *frame)
4567
4566
static struct terminal *
4568
4567
pgtk_create_terminal (struct pgtk_display_info * dpyinfo )
4569
4568
/* --------------------------------------------------------------------------
4570
- Set up use of NS before we make the first connection.
4569
+ Set up use of Gtk before we make the first connection.
4571
4570
-------------------------------------------------------------------------- */
4572
4571
{
4573
4572
struct terminal * terminal ;
@@ -6325,7 +6324,7 @@ pgtk_delete_display (struct pgtk_display_info *dpyinfo)
6325
6324
char *
6326
6325
pgtk_xlfd_to_fontname (const char * xlfd )
6327
6326
/* --------------------------------------------------------------------------
6328
- Convert an X font name (XLFD) to an NS font name.
6327
+ Convert an X font name (XLFD) to an Gtk font name.
6329
6328
Only family is used.
6330
6329
The string returned is temporarily allocated.
6331
6330
-------------------------------------------------------------------------- */
@@ -6402,7 +6401,7 @@ int pgtk_parse_color (const char *color_name, Emacs_Color *color)
6402
6401
int
6403
6402
pgtk_lisp_to_color (Lisp_Object color , Emacs_Color * col )
6404
6403
/* --------------------------------------------------------------------------
6405
- Convert a Lisp string object to a NS color
6404
+ Convert a Lisp string object to a color
6406
6405
-------------------------------------------------------------------------- */
6407
6406
{
6408
6407
PGTK_TRACE ("pgtk_lisp_to_color" );
0 commit comments