Fix redundant-parens warning

This commit is contained in:
Maarten Bent
2020-12-22 15:43:37 +01:00
parent a6d309447a
commit bdfe77c23f

View File

@@ -282,7 +282,7 @@ static void wxWinHintsSetLayer(Display *display, Window rootWnd,
#ifdef __WXGTK20__
static bool wxQueryWMspecSupport(Display* WXUNUSED(display),
Window WXUNUSED(rootWnd),
Atom (feature))
Atom feature)
{
GdkAtom gatom = gdk_x11_xatom_to_atom(feature);
return gdk_x11_screen_supports_net_wm_hint(gdk_screen_get_default(), gatom);