Loading qemu-pixman.c +5 −0 Original line number Diff line number Diff line /* * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu-pixman.h" int qemu_pixman_get_type(int rshift, int gshift, int bshift) Loading qemu-pixman.h +5 −0 Original line number Diff line number Diff line /* * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #ifndef QEMU_PIXMAN_H #define QEMU_PIXMAN_H Loading Loading
qemu-pixman.c +5 −0 Original line number Diff line number Diff line /* * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #include "qemu-pixman.h" int qemu_pixman_get_type(int rshift, int gshift, int bshift) Loading
qemu-pixman.h +5 −0 Original line number Diff line number Diff line /* * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ #ifndef QEMU_PIXMAN_H #define QEMU_PIXMAN_H Loading