#11444: gtk+3-3.24.2
-------------------------+-----------------------
 Reporter:  renodr       |       Owner:  bdubbs
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  8.4
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by bdubbs):

 From git:

 {{{
 --- a/docs/tools/shooter.c
 +++ b/docs/tools/shooter.c
 @@ -170,10 +170,10 @@ take_window_shot (Window         child,
        y_orig = 0;
      }

 -  if (x_orig + width > gdk_screen_get_width (gdk_screen_get_dfeault ()))
 +  if (x_orig + width > gdk_screen_width ())
      width = gdk_screen_width () - x_orig;

 -  if (y_orig + height > gdk_screen_get_height (gdk_screen_get_default
 ()))
 +  if (y_orig + height > gdk_screen_height ())
      height = gdk_screen_height () - y_orig;
 }}}

 From NEWS:

 {{{
 * new api: gdk_x11_display_get_parent_relative pattern

 * wayland: Use the settings portal when sandboxed

 * Bugs fixed:
  widget-factory: Move app menu contents to primary menu
  Make dashed border-style work correctly
  gtkstack: fix null pointer dereference
  GDK W32: Support switching input modules at runtime
  Tooltip: Fix the used cursor size if 0 in Settings
  quartz: Fix crash when realizing GtkOffscreenWindow
  win32 dnd: Fix setting icon on drag-begin
  Fix race in GtkPlug window creation
  widget-factory: Add Keyboard Shortcuts menu item
  quartz: do not cache the screen in the gdkmonitor
  Trash in side bar sometimes contains a home icon
  wayland: Avoid crashes inside wl_proxy_marshal
  gtkimcontextime.c: Fix Korean input
  entry: Handle no-window events in gtk_entry_event
  Tooltip: Fix the used cursor size if 0 in Setting
  Notebook: Ensure menu_label updates with tab_label
  Adwaita: Improve headerbar theming
  win32: Make scroll behavior similar to Linux
  fix symbolic icon rendering with new librsvg
  emoji selector: force Emoji presentation
  a11y: fix a crash under wayland

 * Translation updates:
 }}}

 I'll wait a while to see if upstream releases a new version.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11444#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to