Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mga_vid.h
Package: dvd-munitions.tar.gz [view]
Upload User: aoeyumen
Upload Date: 2007-01-06
Package Size: 3329k
Code Size: 1k
Category:
DVD
Development Platform:
Unix_Linux
- #ifndef __LINUX_MGAVID_H
- #define __LINUX_MGAVID_H
- #ifndef AARONS_TYPES
- typedef unsigned long uint_32;
- typedef unsigned char uint_8;
- #endif
- typedef struct mga_vid_config_s
- {
- uint_32 src_width;
- uint_32 src_height;
- uint_32 dest_width;
- uint_32 dest_height;
- uint_32 x_org;
- uint_32 y_org;
- uint_8 colkey_on;
- uint_8 colkey_red;
- uint_8 colkey_green;
- uint_8 colkey_blue;
- } mga_vid_config_t;
- #define MGA_VID_CONFIG _IOR('J', 1, mga_vid_config_t)
- #define MGA_VID_ON _IO ('J', 2)
- #define MGA_VID_OFF _IO ('J', 3)
- #endif