• Ulrich Sibiller's avatar
    xfixes: fix compiler warnings · 914f78a2
    Ulrich Sibiller authored
    cursor.c: In function ‘ProcXFixesGetCursorName’:
    cursor.c:399:6: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
      str = NameForAtom (pCursor->name);
          ^
    cursor.c: In function ‘ProcXFixesGetCursorImageAndName’:
    cursor.c:453:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
         name = pCursor->name ? NameForAtom (pCursor->name) : "";
              ^
    914f78a2
Name
Last commit
Last update
..
Imakefile Loading commit data...
cursor.c Loading commit data...
region.c Loading commit data...
saveset.c Loading commit data...
select.c Loading commit data...
xfixes.c Loading commit data...
xfixes.h Loading commit data...
xfixesint.h Loading commit data...