Update to new PangoLanguage changes.

2001-06-21  Alexander Larsson  <alexl@redhat.com>

	* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
	Update to new PangoLanguage changes.

	* gtk/gtkwindow-decorate.c:
	* gtk/gtkwindow.[ch]:
	Added setting argument to gtk_window_set_has_frame ()
This commit is contained in:
Alexander Larsson 2001-06-21 21:10:48 +00:00 committed by Alexander Larsson
parent a16a53a15b
commit c64a3e5b24
8 changed files with 64 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -1,3 +1,12 @@
2001-06-21 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.
* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()
Thu Jun 21 13:42:01 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle

View File

@ -3115,7 +3115,7 @@ gtk_window_set_has_frame (GtkWindow *window,
g_return_if_fail (GTK_IS_WINDOW (window));
g_return_if_fail (!GTK_WIDGET_REALIZED (window));
window->has_frame = setting;
window->has_frame = setting != FALSE;
}
/**