Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <X11/keysym.h>
#include "readpng.h"
Go to the source code of this file.
Macros | |
#define | PROGNAME "rpng-x" |
#define | LONGNAME "Simple PNG Viewer for X" |
#define | VERSION "2.01 of 16 March 2008" |
#define | RESNAME "rpng" /* our X resource application name */ |
#define | RESCLASS "Rpng" /* our X resource class name */ |
#define | alpha_composite(composite, fg, alpha, bg) |
#define | NO_24BIT_MASKS |
Functions | |
int | main (int argc, char **argv) |
#define alpha_composite | ( | composite, | |
fg, | |||
alpha, | |||
bg | |||
) |
#define NO_24BIT_MASKS |
#define RESNAME "rpng" /* our X resource application name */ |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.