Fix redundant-parens warning
This commit is contained in:
@@ -282,7 +282,7 @@ static void wxWinHintsSetLayer(Display *display, Window rootWnd,
|
|||||||
#ifdef __WXGTK20__
|
#ifdef __WXGTK20__
|
||||||
static bool wxQueryWMspecSupport(Display* WXUNUSED(display),
|
static bool wxQueryWMspecSupport(Display* WXUNUSED(display),
|
||||||
Window WXUNUSED(rootWnd),
|
Window WXUNUSED(rootWnd),
|
||||||
Atom (feature))
|
Atom feature)
|
||||||
{
|
{
|
||||||
GdkAtom gatom = gdk_x11_xatom_to_atom(feature);
|
GdkAtom gatom = gdk_x11_xatom_to_atom(feature);
|
||||||
return gdk_x11_screen_supports_net_wm_hint(gdk_screen_get_default(), gatom);
|
return gdk_x11_screen_supports_net_wm_hint(gdk_screen_get_default(), gatom);
|
||||||
|
Reference in New Issue
Block a user