/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "packer.h"
#include "cr_opcodes.h"
#include "cr_mem.h"
#include "cr_string.h"
/* XXX duplicated in unpack_context.c */
void PACK_APIENTRY
{
unsigned char *data_ptr;
/* clear the buffer, to silence valgrind */
if (dpyName) {
}
else {
displayName[0] = 0;
}
}
void PACK_APIENTRY
{
unsigned char *data_ptr;
/* clear the buffer, to silence valgrind */
if (dpyName) {
}
else {
displayName[0] = 0;
}
}
void PACK_APIENTRY crPackWindowCreate( const char *dpyName, GLint visBits, GLint *return_value, int *writeback )
{
unsigned char *data_ptr;
/* clear the buffer, to silence valgrind */
if (dpyName) {
}
else {
displayName[0] = 0;
}
}
void PACK_APIENTRY crPackWindowCreateSWAP( const char *dpyName, GLint visBits, GLint *return_value, int *writeback )
{
unsigned char *data_ptr;
/* clear the buffer, to silence valgrind */
if (dpyName) {
}
else {
displayName[0] = 0;
}
}