We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef630c commit ba0eeabCopy full SHA for ba0eeab
1 file changed
src/detection/displayserver/linux/xlib.c
@@ -13,10 +13,10 @@
13
typedef struct XrandrData
14
{
15
FF_LIBRARY_SYMBOL(XInternAtom)
16
- FF_LIBRARY_SYMBOL(XGetAtomName);
+ FF_LIBRARY_SYMBOL(XGetAtomName)
17
FF_LIBRARY_SYMBOL(XGetWindowProperty)
18
FF_LIBRARY_SYMBOL(XServerVendor)
19
- FF_LIBRARY_SYMBOL(XFree);
+ FF_LIBRARY_SYMBOL(XFree)
20
FF_LIBRARY_SYMBOL(XRRGetMonitors)
21
FF_LIBRARY_SYMBOL(XRRGetScreenResourcesCurrent)
22
FF_LIBRARY_SYMBOL(XRRGetOutputInfo)
0 commit comments