This file is indexed.

/usr/include/spice-1/spice/qxl_windows.h is in libspice-protocol-dev 0.12.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _H_QXL_WINDOWS
#define _H_QXL_WINDOWS

#include <spice/types.h>

#include <spice/start-packed.h>

enum {
    QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
};

typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
    uint32_t xres;
    uint32_t yres;
    uint32_t bpp;
} QXLEscapeSetCustomDisplay;

#include <spice/end-packed.h>

#endif /* _H_QXL_WINDOWS */