Skip to content

Commit ba0eeab

Browse files
committed
DisplayServer (Linux): cleanup code
1 parent 5ef630c commit ba0eeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/detection/displayserver/linux

src/detection/displayserver/linux/xlib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
typedef struct XrandrData
1414
{
1515
FF_LIBRARY_SYMBOL(XInternAtom)
16-
FF_LIBRARY_SYMBOL(XGetAtomName);
16+
FF_LIBRARY_SYMBOL(XGetAtomName)
1717
FF_LIBRARY_SYMBOL(XGetWindowProperty)
1818
FF_LIBRARY_SYMBOL(XServerVendor)
19-
FF_LIBRARY_SYMBOL(XFree);
19+
FF_LIBRARY_SYMBOL(XFree)
2020
FF_LIBRARY_SYMBOL(XRRGetMonitors)
2121
FF_LIBRARY_SYMBOL(XRRGetScreenResourcesCurrent)
2222
FF_LIBRARY_SYMBOL(XRRGetOutputInfo)

0 commit comments

Comments
 (0)