Fix redundant-parens warning
This commit is contained in:
parent
a6d309447a
commit
bdfe77c23f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue