Skip to content
  • Leesoo Ahn's avatar
    tests/animated-resizing: Remove deprecated functions · db7f0853
    Leesoo Ahn authored
    The functions as below are deprecated
    - gdk_screen_get_monitor_geometry
    - gdk_screen_get_primary_monitor
    
    Instead of them, use functions below
    - gdk_monitor_get_geometry
    - gdk_display_get_primary_monitor
    db7f0853