.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DisplayDib 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDisplayDib\fR (DISPDIB.1) .SH SYNOPSIS WORD DisplayDib ( LPBITMAPINFO \fIlpbi\fR, LPSTR \fIlpBits\fR, WORD \fIwFlags\fR ) .SH PARAMS \fIlpbi\fR \fB[In]\fR \fBDIB\fR header with resolution and palette. .PP \fIlpBits\fR \fB[In]\fR Bitmap bits to show. .PP \fB[In]\fR \fB.\fR .PP .SH DESCRIPTION .PP Disables \fBGDI\fR and takes over the \fBVGA\fR screen to show DIBs in full screen. .SH FLAGS .PP DISPLAYDIB_NOPALETTE: don't change palette DISPLAYDIB_NOCENTER: don't center bitmap DISPLAYDIB_NOWAIT: don't wait (for keypress) before returning DISPLAYDIB_BEGIN: start of multiple calls (does not restore the screen) DISPLAYDIB_END: end of multiple calls (restores the screen) DISPLAYDIB_MODE_DEFAULT: default display mode DISPLAYDIB_MODE_320x200x8: Standard \fBVGA\fR 320x200 \fB256\fR colors DISPLAYDIB_MODE_320x240x8: Tweaked \fBVGA\fR 320x240 \fB256\fR colors. .SH RETURNS .PP DISPLAYDIB_NOERROR: success DISPLAYDIB_NOTSUPPORTED: function not supported DISPLAYDIB_INVALIDDIB: \fBNULL\fR or invalid \fBDIB\fR header DISPLAYDIB_INVALIDFORMAT: invalid \fBDIB\fR format DISPLAYDIB_INVALIDTASK: not called from current task. .SH BUGS .PP Waiting for keypresses is not implemented. .SH IMPLEMENTATION .PP Declared in \fB"dispdib.h"\fR. .PP Implemented in \fB"dlls/dispdib.dll16/dispdib.c"\fR. .PP Debug channel \fB"ddraw"\fR.