mate-desktop / marco

MATE default window manager
https://mate-desktop.org
GNU General Public License v2.0
195 stars 86 forks source link

window-props: g_memdup is dreprecated from glib 2.68 #677

Closed rbuj closed 3 years ago

rbuj commented 3 years ago
core/window-props.c:1608:3: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
 1608 |   MetaWindowPropHooks *table = g_memdup (hooks, sizeof (hooks)),
      |   ^~~~~~~~~~~~~~~~~~~