You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/fb/pdcfb.h

12 lines
192 B
C

struct video_info
{
void *framebuf;
unsigned xres, yres, bits_per_pixel;
unsigned line_length;
unsigned smem_len;
};
#ifdef HAVE_MOUSE
extern int PDC_mouse_x, PDC_mouse_y;
#endif