mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
red-qxl: Update header guard names
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
d248714439
commit
c8bc09bcb3
@ -15,8 +15,8 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef RED_DISPATCHER_H_
|
||||
#define RED_DISPATCHER_H_
|
||||
#ifndef RED_QXL_H_
|
||||
#define RED_QXL_H_
|
||||
|
||||
#include "red-channel.h"
|
||||
#include "spice-qxl.h"
|
||||
@ -303,4 +303,4 @@ enum {
|
||||
|
||||
void red_qxl_clear_pending(QXLState *qxl_state, int pending);
|
||||
|
||||
#endif /* RED_DISPATCHER_H_ */
|
||||
#endif /* RED_QXL_H_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user