*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
/*
** pix_inquiry.c - state inquiry routines for pixmaps.
*/
#ifdef SERVER_DGA
#endif /* SERVER_DGA */
#include "dga_incls.h"
#include "pix_grab.h"
Display *
{
}
char *
{
return (NULL);
}
int
{
}
int
{
}
void
{
}
void *
{
}
void *
{
return (NULL);
}
int
{
return (1);
} else {
return (0);
}
}
int
{
return (1);
} else {
return (0);
}
}
void
{
}
void
{
}
int
{
return (DGA_SITE_NULL);
}
}
void *
{
return (NULL);
}
int
{
return (NULL);
}
int
{
return (NULL);
}
int
{
/* always force a clip change on a zombie to get the client
to notice */
return (1);
} else {
return(0);
}
}
void
{
*xp = 0;
*yp = 0;
*widthp = 0;
*heightp = 0;
} else {
*xp = 0;
*yp = 0;
}
}
int
{
return (1);
} else {
}
}
static short nonviewableShape[] = {
0, /* ymin */
0, /* ymax: fill in based on height */
0, /* xmin */
0, /* xmax: fill in based on width */
};
short *
{
return (NULL);
} else {
return (NULL);
} else {
return (nonviewableShape);
}
}
}