1997-02-02 20:01:52 +01:00
|
|
|
/*
|
1998-10-28 10:53:53 +01:00
|
|
|
* X11DRV bitmap objects
|
1997-02-02 20:01:52 +01:00
|
|
|
*
|
|
|
|
* Copyright 1993 Alexandre Julliard
|
1999-09-20 17:42:47 +02:00
|
|
|
* 1999 Noel Borthwick
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
1997-02-02 20:01:52 +01:00
|
|
|
*/
|
|
|
|
|
1999-02-04 12:11:01 +01:00
|
|
|
#include "config.h"
|
|
|
|
|
Release 980201
Sun Feb 1 13:24:54 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [files/drive.c]
Added Device= parameter to drive configuration.
* [if1632/relay.c]
Throw() and Catch() now use the correct CATCHBUF layout (untested).
* [tools/build.c] [include/stackframe.h] [loader/task.c]
Moved 16-bit stack pointer into thread database.
Save current %fs while running 16-bit code.
Fri Jan 30 09:25:49 1998 Martin Boehme <boehme@informatik.mu-luebeck.de>
* [graphics/mapping.c]
Made DPtoLP32 and LPtoDP32 respect world transforms.
* [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
[include/path.h]
More path support.
* [include/gdi.h] [include/windows.h] [objects/dc.c]
[relay/gdi32.spec]
Support for Get/SetArcDirection and Get/SetWorldTransform
* [windows/hook.c]
Fixed a bug in HOOK_Map16To32Common.
Thu Jan 29 23:43:18 1998 Douglas Ridgway <ridgway@taiga.gmcl.com>
* [graphics/metafiledrv/init.c] [objects/metafile.c]
Documentation for metafile related API calls. Fixed a bug to avoid
documenting it.
* [include/windows.h]
Declaration for LoadImage.
Thu Jan 29 21:44:45 1998 Huw D M Davies <h.davies1@physics.oxford.ac.uk>
* [graphics/win16drv/*]
Changes to printing code to enable use of printer fonts with the
win3.1 postscript driver. Remember to add printer=on to [wine]
section of wine.conf . You will also need to disable truetype
fonts from control panel. Winword 6.0 and Write seem to be happy
with this...
* [include/bitmap.h]
Fix Widthbytes for 15bpp displays.
Tue Jan 27 20:54:08 1998 Kristian Nielsen <kristian.nielsen@risoe.dk>
* [tsx11/*] [include/ts*] [tools/make_X11wrappers]
Implemented thread-safe X11 wrappers.
Tue Jan 27 13:54:09 1998 Constantine Sapuntzakis <csapuntz@tma-1.lcs.mit.edu>
* [windows/queue.c]
Forgot to convert thdb to thread_id.
* [misc/registry.c]
Sped up Windows 95 registry reading. Changed code to traverse
registry as a tree rather than read in all possible keys
(including dead ones).
Tue Jan 27 12:46:09 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [loader/pe_image.c][Makefile.in][scheduler/thread.c]
[libtest/hello5.c]
Don't exit() on failed to load referenced dlls.
Fixed static tls allocation for multiple threads.
WINELIB should now be able to load PE dlls. A sample
winelib program, that dynamically loads a internal dll
is included.
* [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
Cleaned up and enhanced further. Added several DirectX5
interface definitions and DirectSurface3 implementation.
Stubs for D3D (NOT coming soon, just there so it fails safely).
* [multimedia/dsound.c][include/dsound.h]
Actually works now for a lot of cases. Some DirectX5 stuff
added. Still lacking several features.
* [windows/dinput.c][include/dinput.h]
Started implementing DirectInput. Doesn't work yet, don't
know why.
* [if1632/thunk.c][misc/callbacks.c]
[win32/kernel.c][include/callbacks.h]
Added WOWCallback16Ex, WOWHandle32.
* [misc/cpu.c]
Fixed GetSystemInfo, IsProcessorFeaturePresent.
* [multimedia/joystick.c][multimedia/time.c]
Several fixes. Small hack to get timerevents in timeGetTime() loops.
Tue Jan 20 11:26:27 1998 Slaven Rezic <eserte@cs.tu-berlin.de>
* [configure.in]
Fixed check for union semun on FreeBSD systems.
Sun Jan 18 23:05:04 1998 Karl Backstrm <karl_b@geocities.com>
* [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
[resources/sysres_Sw.rc]
Added/updated Swedish language support.
Sun Jan 18 18:49:01 1998 Alex Korobka <alex@trantor.pharm.sunysb.edu>
* [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
[windows/win.c] [windows/dce.c] [windows/winpos.c]
Bug fixes.
Sun Jan 18 12:45:23 1997 Andreas Mohr <100.30936@germany.net>
* [msdos/int25.c] [msdos/int26.c]
Implemented "native" absolute disk read/write access.
* [msdos/int13.c] [msdos/ioports.c]
Enhanced GET DRIVE PARAMETERS (int13 AH=08).
* [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
Fixed typos, implemented dmEnumDFonts,
Started implementation of dmRealizeObject.
* [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
CoFileTimeNow.
* [if1632/kernel.spec] [include/windows.h] [memory/global.c]
[memory/string.c] [misc/kernel.c] [misc/Makefile.in]
[misc/toolhelp.c] [msdos/int21.c]
Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer,
stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
(Undocumented Windows).
* [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
Misc stubs.
* [if1632/winaspi.spec] [misc/aspi.c]
Implemented GetASPIDLLVersion.
* [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
* [misc/w32scomb.c]
Implemented Get16DLLAddress() partially
(big thanks to Marcus and Alexandre).
* [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
Added built-in DPLAY.DLL.
* [relay32/winmm.spec] [multimedia/joystick.c]
Added joySetThreshold.
* [misc/windebug.c]
Added WinNotify.
* [win32/console.c]
Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
WriteConsoleOutput32A.
* [windows/user.c]
Stub SetEventHook.
Sat Jan 17 19:30:35 1998 Matthew Toseland <Paul.Toseland@btinternet.com>
* [windows/painting.c]
Fixed broken restore-to-maximized.
Mon Jan 12 21:25:32 1998 Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
* [documentation/wine.man] [include/options.h]
[misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
[resources/sysres_Ca.rc] [resources/Makefile.in]
Added language catalan. (Afegit l'idioma catal).
1998-02-01 19:33:27 +01:00
|
|
|
#include "ts_xlib.h"
|
1999-02-04 12:11:01 +01:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
1997-02-02 20:01:52 +01:00
|
|
|
#include "gdi.h"
|
|
|
|
#include "bitmap.h"
|
2002-03-10 00:29:33 +01:00
|
|
|
#include "wine/debug.h"
|
1998-10-28 10:53:53 +01:00
|
|
|
#include "x11drv.h"
|
2000-02-10 20:03:02 +01:00
|
|
|
#include "wingdi.h"
|
|
|
|
#include "windef.h"
|
1999-02-04 12:11:01 +01:00
|
|
|
#include "wine/winuser16.h"
|
1998-10-28 10:53:53 +01:00
|
|
|
|
2002-03-10 00:29:33 +01:00
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(x11drv);
|
1999-04-19 16:56:29 +02:00
|
|
|
|
1998-10-28 10:53:53 +01:00
|
|
|
/* GCs used for B&W and color bitmap operations */
|
|
|
|
GC BITMAP_monoGC = 0, BITMAP_colorGC = 0;
|
2002-05-31 20:43:22 +02:00
|
|
|
Pixmap BITMAP_stock_pixmap; /* pixmap for the default stock bitmap */
|
1998-10-28 10:53:53 +01:00
|
|
|
|
2001-07-27 21:37:31 +02:00
|
|
|
extern const DC_FUNCTIONS *X11DRV_DC_Funcs; /* hack */
|
1998-10-28 10:53:53 +01:00
|
|
|
|
1997-02-02 20:01:52 +01:00
|
|
|
/***********************************************************************
|
|
|
|
* X11DRV_BITMAP_Init
|
|
|
|
*/
|
1999-02-26 12:11:13 +01:00
|
|
|
BOOL X11DRV_BITMAP_Init(void)
|
1997-02-02 20:01:52 +01:00
|
|
|
{
|
|
|
|
Pixmap tmpPixmap;
|
2001-05-11 02:17:47 +02:00
|
|
|
|
1997-02-02 20:01:52 +01:00
|
|
|
/* Create the necessary GCs */
|
2001-05-11 02:17:47 +02:00
|
|
|
|
|
|
|
wine_tsx11_lock();
|
2002-05-31 20:43:22 +02:00
|
|
|
BITMAP_stock_pixmap = XCreatePixmap( gdi_display, root_window, 1, 1, 1 );
|
|
|
|
BITMAP_monoGC = XCreateGC( gdi_display, BITMAP_stock_pixmap, 0, NULL );
|
|
|
|
XSetGraphicsExposures( gdi_display, BITMAP_monoGC, False );
|
|
|
|
XSetSubwindowMode( gdi_display, BITMAP_monoGC, IncludeInferiors );
|
1997-02-02 20:01:52 +01:00
|
|
|
|
2001-05-11 02:17:47 +02:00
|
|
|
if (screen_depth != 1)
|
1997-02-02 20:01:52 +01:00
|
|
|
{
|
2001-05-11 02:17:47 +02:00
|
|
|
if ((tmpPixmap = XCreatePixmap( gdi_display, root_window, 1, 1, screen_depth )))
|
|
|
|
{
|
|
|
|
BITMAP_colorGC = XCreateGC( gdi_display, tmpPixmap, 0, NULL );
|
|
|
|
XSetGraphicsExposures( gdi_display, BITMAP_colorGC, False );
|
2001-06-04 23:55:17 +02:00
|
|
|
XSetSubwindowMode( gdi_display, BITMAP_colorGC, IncludeInferiors );
|
2001-05-11 02:17:47 +02:00
|
|
|
XFreePixmap( gdi_display, tmpPixmap );
|
|
|
|
}
|
1997-02-02 20:01:52 +01:00
|
|
|
}
|
2001-05-11 02:17:47 +02:00
|
|
|
wine_tsx11_unlock();
|
1997-02-02 20:01:52 +01:00
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***********************************************************************
|
2002-04-03 04:37:09 +02:00
|
|
|
* SelectBitmap (X11DRV.@)
|
1997-02-02 20:01:52 +01:00
|
|
|
*/
|
2002-03-28 23:22:05 +01:00
|
|
|
HBITMAP X11DRV_SelectBitmap( X11DRV_PDEVICE *physDev, HBITMAP hbitmap )
|
1997-02-02 20:01:52 +01:00
|
|
|
{
|
2001-08-16 21:13:52 +02:00
|
|
|
BITMAPOBJ *bmp;
|
2002-03-28 23:22:05 +01:00
|
|
|
DC *dc = physDev->dc;
|
1998-11-25 13:36:03 +01:00
|
|
|
|
2001-08-16 21:13:52 +02:00
|
|
|
if (!(bmp = GDI_GetObjPtr( hbitmap, BITMAP_MAGIC ))) return 0;
|
|
|
|
|
2002-11-14 23:31:34 +01:00
|
|
|
if(physDev->xrender)
|
|
|
|
X11DRV_XRender_UpdateDrawable( physDev );
|
|
|
|
|
2002-05-31 20:43:22 +02:00
|
|
|
if (hbitmap == GetStockObject(DEFAULT_BITMAP))
|
|
|
|
physDev->drawable = BITMAP_stock_pixmap;
|
|
|
|
else
|
|
|
|
physDev->drawable = (Pixmap)bmp->physBitmap;
|
2000-08-19 23:38:55 +02:00
|
|
|
|
1997-02-02 20:01:52 +01:00
|
|
|
/* Change GC depth if needed */
|
|
|
|
|
2000-11-05 03:05:07 +01:00
|
|
|
if (dc->bitsPerPixel != bmp->bitmap.bmBitsPixel)
|
1997-02-02 20:01:52 +01:00
|
|
|
{
|
2001-05-11 02:17:47 +02:00
|
|
|
wine_tsx11_lock();
|
|
|
|
XFreeGC( gdi_display, physDev->gc );
|
|
|
|
physDev->gc = XCreateGC( gdi_display, physDev->drawable, 0, NULL );
|
|
|
|
XSetGraphicsExposures( gdi_display, physDev->gc, False );
|
2001-06-04 23:55:17 +02:00
|
|
|
XSetSubwindowMode( gdi_display, physDev->gc, IncludeInferiors );
|
|
|
|
XFlush( gdi_display );
|
2001-05-11 02:17:47 +02:00
|
|
|
wine_tsx11_unlock();
|
1997-02-02 20:01:52 +01:00
|
|
|
}
|
2001-08-16 21:13:52 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
2002-03-28 23:22:05 +01:00
|
|
|
return hbitmap;
|
1997-02-02 20:01:52 +01:00
|
|
|
}
|
1998-10-28 10:53:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
/****************************************************************************
|
2002-05-31 20:43:22 +02:00
|
|
|
* CreateBitmap (X11DRV.@)
|
1998-10-28 10:53:53 +01:00
|
|
|
*
|
|
|
|
* Create a device dependent X11 bitmap
|
|
|
|
*
|
|
|
|
* Returns TRUE on success else FALSE
|
|
|
|
*/
|
2002-05-31 20:43:22 +02:00
|
|
|
BOOL X11DRV_CreateBitmap( X11DRV_PDEVICE *physDev, HBITMAP hbitmap )
|
1998-10-28 10:53:53 +01:00
|
|
|
{
|
|
|
|
BITMAPOBJ *bmp = (BITMAPOBJ *) GDI_GetObjPtr( hbitmap, BITMAP_MAGIC );
|
|
|
|
|
|
|
|
if(!bmp) {
|
2002-10-31 03:38:20 +01:00
|
|
|
WARN("Bad bitmap handle %p\n", hbitmap);
|
1998-10-28 10:53:53 +01:00
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Check parameters */
|
2000-08-19 23:38:55 +02:00
|
|
|
if (bmp->bitmap.bmPlanes != 1)
|
|
|
|
{
|
|
|
|
GDI_ReleaseObj( hbitmap );
|
|
|
|
return 0;
|
|
|
|
}
|
2001-05-11 02:17:47 +02:00
|
|
|
if ((bmp->bitmap.bmBitsPixel != 1) && (bmp->bitmap.bmBitsPixel != screen_depth))
|
2000-03-25 15:05:06 +01:00
|
|
|
{
|
1999-06-26 21:09:08 +02:00
|
|
|
ERR("Trying to make bitmap with planes=%d, bpp=%d\n",
|
1998-11-25 13:36:03 +01:00
|
|
|
bmp->bitmap.bmPlanes, bmp->bitmap.bmBitsPixel);
|
2000-08-19 23:38:55 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
1998-10-28 10:53:53 +01:00
|
|
|
return FALSE;
|
|
|
|
}
|
2002-05-31 20:43:22 +02:00
|
|
|
if (hbitmap == GetStockObject(DEFAULT_BITMAP))
|
|
|
|
{
|
|
|
|
ERR( "called for stock bitmap, please report\n" );
|
|
|
|
GDI_ReleaseObj( hbitmap );
|
|
|
|
return FALSE;
|
|
|
|
}
|
1998-10-28 10:53:53 +01:00
|
|
|
|
2002-10-31 03:38:20 +01:00
|
|
|
TRACE("(%p) %dx%d %d bpp\n", hbitmap, bmp->bitmap.bmWidth,
|
1998-11-01 17:35:42 +01:00
|
|
|
bmp->bitmap.bmHeight, bmp->bitmap.bmBitsPixel);
|
|
|
|
|
1998-10-28 10:53:53 +01:00
|
|
|
/* Create the pixmap */
|
2001-05-11 02:17:47 +02:00
|
|
|
if (!(bmp->physBitmap = (void *)TSXCreatePixmap(gdi_display, root_window,
|
2000-03-28 15:37:50 +02:00
|
|
|
bmp->bitmap.bmWidth, bmp->bitmap.bmHeight,
|
|
|
|
bmp->bitmap.bmBitsPixel)))
|
|
|
|
{
|
1999-06-26 21:09:08 +02:00
|
|
|
WARN("Can't create Pixmap\n");
|
2000-08-19 23:38:55 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
1998-10-28 10:53:53 +01:00
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (bmp->bitmap.bmBits) /* Set bitmap bits */
|
2002-05-31 20:43:22 +02:00
|
|
|
X11DRV_SetBitmapBits( hbitmap, bmp->bitmap.bmBits,
|
|
|
|
bmp->bitmap.bmHeight * bmp->bitmap.bmWidthBytes );
|
1998-10-28 10:53:53 +01:00
|
|
|
|
2000-08-19 23:38:55 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
1998-10-28 10:53:53 +01:00
|
|
|
return TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***********************************************************************
|
2002-05-31 20:43:22 +02:00
|
|
|
* GetBitmapBits (X11DRV.@)
|
2002-06-01 01:06:46 +02:00
|
|
|
*
|
1998-10-28 10:53:53 +01:00
|
|
|
* RETURNS
|
|
|
|
* Success: Number of bytes copied
|
|
|
|
* Failure: 0
|
|
|
|
*/
|
2002-05-31 20:43:22 +02:00
|
|
|
LONG X11DRV_GetBitmapBits( HBITMAP hbitmap, void *buffer, LONG count )
|
1998-10-28 10:53:53 +01:00
|
|
|
{
|
2002-05-31 20:43:22 +02:00
|
|
|
BITMAPOBJ *bmp = GDI_GetObjPtr( hbitmap, BITMAP_MAGIC );
|
1998-10-28 10:53:53 +01:00
|
|
|
LONG old_height, height;
|
|
|
|
XImage *image;
|
1999-03-27 16:59:12 +01:00
|
|
|
LPBYTE tbuf, startline;
|
|
|
|
int h, w;
|
1998-10-28 10:53:53 +01:00
|
|
|
|
2002-05-31 20:43:22 +02:00
|
|
|
if (!bmp) return 0;
|
1999-06-26 21:09:08 +02:00
|
|
|
TRACE("(bmp=%p, buffer=%p, count=0x%lx)\n", bmp, buffer, count);
|
1998-11-01 17:35:42 +01:00
|
|
|
|
2001-01-15 23:30:50 +01:00
|
|
|
wine_tsx11_lock();
|
1998-10-28 10:53:53 +01:00
|
|
|
|
|
|
|
/* Hack: change the bitmap height temporarily to avoid */
|
|
|
|
/* getting unnecessary bitmap rows. */
|
|
|
|
|
|
|
|
old_height = bmp->bitmap.bmHeight;
|
|
|
|
height = bmp->bitmap.bmHeight = count / bmp->bitmap.bmWidthBytes;
|
|
|
|
|
2001-05-11 02:17:47 +02:00
|
|
|
image = XGetImage( gdi_display, (Pixmap)bmp->physBitmap,
|
2001-01-15 23:30:50 +01:00
|
|
|
0, 0, bmp->bitmap.bmWidth, bmp->bitmap.bmHeight,
|
|
|
|
AllPlanes, ZPixmap );
|
1998-10-28 10:53:53 +01:00
|
|
|
bmp->bitmap.bmHeight = old_height;
|
|
|
|
|
|
|
|
/* copy XImage to 16 bit padded image buffer with real bitsperpixel */
|
|
|
|
|
1999-03-27 16:59:12 +01:00
|
|
|
startline = buffer;
|
1998-10-28 10:53:53 +01:00
|
|
|
switch (bmp->bitmap.bmBitsPixel)
|
|
|
|
{
|
|
|
|
case 1:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
*tbuf = 0;
|
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
if ((w%8) == 0)
|
|
|
|
*tbuf = 0;
|
|
|
|
*tbuf |= XGetPixel(image,w,h)<<(7-(w&7));
|
|
|
|
if ((w&7) == 7) ++tbuf;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 4:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
if (!(w & 1)) *tbuf = XGetPixel( image, w, h) << 4;
|
|
|
|
else *tbuf++ |= XGetPixel( image, w, h) & 0x0f;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 8:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
*tbuf++ = XGetPixel(image,w,h);
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 15:
|
|
|
|
case 16:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
long pixel = XGetPixel(image,w,h);
|
|
|
|
|
|
|
|
*tbuf++ = pixel & 0xff;
|
|
|
|
*tbuf++ = (pixel>>8) & 0xff;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 24:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
long pixel = XGetPixel(image,w,h);
|
|
|
|
|
|
|
|
*tbuf++ = pixel & 0xff;
|
|
|
|
*tbuf++ = (pixel>> 8) & 0xff;
|
|
|
|
*tbuf++ = (pixel>>16) & 0xff;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 32:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
tbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
long pixel = XGetPixel(image,w,h);
|
|
|
|
|
|
|
|
*tbuf++ = pixel & 0xff;
|
|
|
|
*tbuf++ = (pixel>> 8) & 0xff;
|
|
|
|
*tbuf++ = (pixel>>16) & 0xff;
|
|
|
|
*tbuf++ = (pixel>>24) & 0xff;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
1999-06-26 21:09:08 +02:00
|
|
|
FIXME("Unhandled bits:%d\n", bmp->bitmap.bmBitsPixel);
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
XDestroyImage( image );
|
2001-01-15 23:30:50 +01:00
|
|
|
wine_tsx11_unlock();
|
2002-05-31 20:43:22 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
1998-10-28 10:53:53 +01:00
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************
|
2002-05-31 20:43:22 +02:00
|
|
|
* SetBitmapBits (X11DRV.@)
|
1998-10-28 10:53:53 +01:00
|
|
|
*
|
|
|
|
* RETURNS
|
|
|
|
* Success: Number of bytes used in setting the bitmap bits
|
|
|
|
* Failure: 0
|
|
|
|
*/
|
2002-05-31 20:43:22 +02:00
|
|
|
LONG X11DRV_SetBitmapBits( HBITMAP hbitmap, const void *bits, LONG count )
|
1998-10-28 10:53:53 +01:00
|
|
|
{
|
2002-05-31 20:43:22 +02:00
|
|
|
BITMAPOBJ *bmp = GDI_GetObjPtr( hbitmap, BITMAP_MAGIC );
|
1998-10-28 10:53:53 +01:00
|
|
|
LONG height;
|
|
|
|
XImage *image;
|
2002-05-31 20:43:22 +02:00
|
|
|
const BYTE *sbuf, *startline;
|
1999-03-27 16:59:12 +01:00
|
|
|
int w, h;
|
1998-11-01 16:13:53 +01:00
|
|
|
|
2002-05-31 20:43:22 +02:00
|
|
|
if (!bmp) return 0;
|
1999-06-26 21:09:08 +02:00
|
|
|
TRACE("(bmp=%p, bits=%p, count=0x%lx)\n", bmp, bits, count);
|
2002-05-31 20:43:22 +02:00
|
|
|
|
1998-11-01 17:35:42 +01:00
|
|
|
height = count / bmp->bitmap.bmWidthBytes;
|
1998-11-01 16:13:53 +01:00
|
|
|
|
2001-01-15 23:30:50 +01:00
|
|
|
wine_tsx11_lock();
|
2001-05-11 02:17:47 +02:00
|
|
|
image = XCreateImage( gdi_display, visual, bmp->bitmap.bmBitsPixel, ZPixmap, 0, NULL,
|
1998-11-01 17:35:42 +01:00
|
|
|
bmp->bitmap.bmWidth, height, 32, 0 );
|
2000-04-09 20:41:15 +02:00
|
|
|
if (!(image->data = (LPBYTE)malloc(image->bytes_per_line * height)))
|
|
|
|
{
|
|
|
|
WARN("No memory to create image data.\n");
|
|
|
|
XDestroyImage( image );
|
2001-01-15 23:30:50 +01:00
|
|
|
wine_tsx11_unlock();
|
2002-05-31 20:43:22 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
2000-04-09 20:41:15 +02:00
|
|
|
return 0;
|
|
|
|
}
|
2002-06-01 01:06:46 +02:00
|
|
|
|
1998-10-28 10:53:53 +01:00
|
|
|
/* copy 16 bit padded image buffer with real bitsperpixel to XImage */
|
2002-06-01 01:06:46 +02:00
|
|
|
|
1999-03-27 16:59:12 +01:00
|
|
|
startline = bits;
|
|
|
|
|
1998-10-28 10:53:53 +01:00
|
|
|
switch (bmp->bitmap.bmBitsPixel)
|
|
|
|
{
|
|
|
|
case 1:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
XPutPixel(image,w,h,(sbuf[0]>>(7-(w&7))) & 1);
|
|
|
|
if ((w&7) == 7)
|
|
|
|
sbuf++;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 4:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
if (!(w & 1)) XPutPixel( image, w, h, *sbuf >> 4 );
|
|
|
|
else XPutPixel( image, w, h, *sbuf++ & 0xf );
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 8:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
XPutPixel(image,w,h,*sbuf++);
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 15:
|
|
|
|
case 16:
|
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
XPutPixel(image,w,h,sbuf[1]*256+sbuf[0]);
|
|
|
|
sbuf+=2;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
1999-03-27 16:59:12 +01:00
|
|
|
case 24:
|
1998-10-28 10:53:53 +01:00
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
XPutPixel(image,w,h,(sbuf[2]<<16)+(sbuf[1]<<8)+sbuf[0]);
|
|
|
|
sbuf += 3;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
2002-06-01 01:06:46 +02:00
|
|
|
case 32:
|
1998-10-28 10:53:53 +01:00
|
|
|
for (h=0;h<height;h++)
|
|
|
|
{
|
1999-03-27 16:59:12 +01:00
|
|
|
sbuf = startline;
|
1998-10-28 10:53:53 +01:00
|
|
|
for (w=0;w<bmp->bitmap.bmWidth;w++)
|
|
|
|
{
|
|
|
|
XPutPixel(image,w,h,(sbuf[3]<<24)+(sbuf[2]<<16)+(sbuf[1]<<8)+sbuf[0]);
|
|
|
|
sbuf += 4;
|
|
|
|
}
|
1999-03-27 16:59:12 +01:00
|
|
|
startline += bmp->bitmap.bmWidthBytes;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
1999-06-26 21:09:08 +02:00
|
|
|
FIXME("Unhandled bits:%d\n", bmp->bitmap.bmBitsPixel);
|
1998-10-28 10:53:53 +01:00
|
|
|
|
|
|
|
}
|
2001-05-11 02:17:47 +02:00
|
|
|
XPutImage( gdi_display, (Pixmap)bmp->physBitmap, BITMAP_GC(bmp),
|
2001-01-15 23:30:50 +01:00
|
|
|
image, 0, 0, 0, 0, bmp->bitmap.bmWidth, height );
|
1998-11-01 17:35:42 +01:00
|
|
|
XDestroyImage( image ); /* frees image->data too */
|
2001-01-15 23:30:50 +01:00
|
|
|
wine_tsx11_unlock();
|
2000-08-19 23:38:55 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
2002-05-31 20:43:22 +02:00
|
|
|
return count;
|
1998-10-28 10:53:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/***********************************************************************
|
2002-05-31 20:43:22 +02:00
|
|
|
* DeleteBitmap (X11DRV.@)
|
1998-10-28 10:53:53 +01:00
|
|
|
*/
|
2002-05-31 20:43:22 +02:00
|
|
|
BOOL X11DRV_DeleteBitmap( HBITMAP hbitmap )
|
1998-10-28 10:53:53 +01:00
|
|
|
{
|
2001-08-16 21:13:52 +02:00
|
|
|
BITMAPOBJ *bmp = (BITMAPOBJ *) GDI_GetObjPtr( hbitmap, BITMAP_MAGIC );
|
|
|
|
if (bmp)
|
|
|
|
{
|
2002-05-31 20:43:22 +02:00
|
|
|
if (bmp->physBitmap) TSXFreePixmap( gdi_display, (Pixmap)bmp->physBitmap );
|
2001-08-16 21:13:52 +02:00
|
|
|
bmp->physBitmap = NULL;
|
2002-03-28 23:22:05 +01:00
|
|
|
if (bmp->dib) X11DRV_DIB_DeleteDIBSection( bmp );
|
2001-08-16 21:13:52 +02:00
|
|
|
GDI_ReleaseObj( hbitmap );
|
|
|
|
}
|
1998-10-28 10:53:53 +01:00
|
|
|
return TRUE;
|
|
|
|
}
|
1999-02-04 12:11:01 +01:00
|
|
|
|
1999-09-20 17:42:47 +02:00
|
|
|
/**************************************************************************
|
|
|
|
* X11DRV_BITMAP_CreateBitmapHeaderFromPixmap
|
|
|
|
*
|
|
|
|
* Allocates an HBITMAP which references the Pixmap passed in.
|
|
|
|
* Note: This function makes the bitmap an owner of the Pixmap so subsequently
|
|
|
|
* calling DeleteObject on this will free the Pixmap as well.
|
|
|
|
*/
|
|
|
|
HBITMAP X11DRV_BITMAP_CreateBitmapHeaderFromPixmap(Pixmap pixmap)
|
|
|
|
{
|
|
|
|
HBITMAP hBmp = 0;
|
|
|
|
BITMAPOBJ *pBmp = NULL;
|
|
|
|
Window root;
|
|
|
|
int x,y; /* Unused */
|
|
|
|
unsigned border_width; /* Unused */
|
|
|
|
unsigned int depth, width, height;
|
|
|
|
|
|
|
|
/* Get the Pixmap dimensions and bit depth */
|
2001-05-11 02:17:47 +02:00
|
|
|
if ( 0 == TSXGetGeometry(gdi_display, pixmap, &root, &x, &y, &width, &height,
|
1999-09-20 17:42:47 +02:00
|
|
|
&border_width, &depth) )
|
|
|
|
goto END;
|
|
|
|
|
|
|
|
TRACE("\tPixmap properties: width=%d, height=%d, depth=%d\n",
|
|
|
|
width, height, depth);
|
2002-06-01 01:06:46 +02:00
|
|
|
|
1999-09-20 17:42:47 +02:00
|
|
|
/*
|
|
|
|
* Create an HBITMAP with the same dimensions and BPP as the pixmap,
|
|
|
|
* and make it a container for the pixmap passed.
|
|
|
|
*/
|
|
|
|
hBmp = CreateBitmap( width, height, 1, depth, NULL );
|
|
|
|
|
|
|
|
pBmp = (BITMAPOBJ *)GDI_GetObjPtr( hBmp, BITMAP_MAGIC );
|
2002-06-01 01:06:46 +02:00
|
|
|
|
2001-07-27 21:37:31 +02:00
|
|
|
pBmp->funcs = X11DRV_DC_Funcs;
|
2000-03-28 15:37:50 +02:00
|
|
|
pBmp->physBitmap = (void *)pixmap;
|
2000-08-19 23:38:55 +02:00
|
|
|
GDI_ReleaseObj( hBmp );
|
1999-09-20 17:42:47 +02:00
|
|
|
|
|
|
|
END:
|
2002-10-31 03:38:20 +01:00
|
|
|
TRACE("\tReturning HBITMAP %p\n", hBmp);
|
1999-09-20 17:42:47 +02:00
|
|
|
return hBmp;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
* X11DRV_BITMAP_CreateBitmapFromPixmap
|
|
|
|
*
|
|
|
|
* Allocates an HBITMAP and copies the Pixmap data into it.
|
|
|
|
* If bDeletePixmap is TRUE, the Pixmap passed in is deleted after the conversion.
|
|
|
|
*/
|
|
|
|
HBITMAP X11DRV_BITMAP_CreateBitmapFromPixmap(Pixmap pixmap, BOOL bDeletePixmap)
|
|
|
|
{
|
|
|
|
HBITMAP hBmp = 0, hBmpCopy = 0;
|
|
|
|
BITMAPOBJ *pBmp = NULL;
|
|
|
|
unsigned int width, height;
|
|
|
|
|
|
|
|
/* Allocate an HBITMAP which references the Pixmap passed to us */
|
|
|
|
hBmp = X11DRV_BITMAP_CreateBitmapHeaderFromPixmap(pixmap);
|
|
|
|
if (!hBmp)
|
|
|
|
{
|
|
|
|
TRACE("\tCould not create bitmap header for Pixmap\n");
|
|
|
|
goto END;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Get the bitmap dimensions */
|
|
|
|
width = pBmp->bitmap.bmWidth;
|
|
|
|
height = pBmp->bitmap.bmHeight;
|
2002-06-01 01:06:46 +02:00
|
|
|
|
2002-10-10 23:22:09 +02:00
|
|
|
hBmpCopy = (HBITMAP)CopyImage(hBmp, IMAGE_BITMAP, width, height, LR_CREATEDIBSECTION);
|
1999-09-20 17:42:47 +02:00
|
|
|
|
|
|
|
/* We can now get rid of the HBITMAP wrapper we created earlier.
|
|
|
|
* Note: Simply calling DeleteObject will free the embedded Pixmap as well.
|
|
|
|
*/
|
|
|
|
if (!bDeletePixmap)
|
|
|
|
{
|
2002-06-01 01:06:46 +02:00
|
|
|
/* Manually clear the bitmap internals to prevent the Pixmap
|
1999-09-20 17:42:47 +02:00
|
|
|
* from being deleted by DeleteObject.
|
|
|
|
*/
|
2000-03-28 15:37:50 +02:00
|
|
|
pBmp->physBitmap = NULL;
|
|
|
|
pBmp->funcs = NULL;
|
1999-09-20 17:42:47 +02:00
|
|
|
}
|
2002-06-01 01:06:46 +02:00
|
|
|
DeleteObject(hBmp);
|
1999-09-20 17:42:47 +02:00
|
|
|
|
|
|
|
END:
|
2002-10-31 03:38:20 +01:00
|
|
|
TRACE("\tReturning HBITMAP %p\n", hBmpCopy);
|
1999-09-20 17:42:47 +02:00
|
|
|
return hBmpCopy;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
* X11DRV_BITMAP_CreatePixmapFromBitmap
|
|
|
|
*
|
|
|
|
* Creates a Pixmap from a bitmap
|
|
|
|
*/
|
|
|
|
Pixmap X11DRV_BITMAP_CreatePixmapFromBitmap( HBITMAP hBmp, HDC hdc )
|
|
|
|
{
|
2000-04-29 16:29:41 +02:00
|
|
|
HGLOBAL hPackedDIB = 0;
|
|
|
|
Pixmap pixmap = 0;
|
1999-09-20 17:42:47 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Create a packed DIB from the bitmap passed to us.
|
|
|
|
* A packed DIB contains a BITMAPINFO structure followed immediately by
|
|
|
|
* an optional color palette and the pixel data.
|
|
|
|
*/
|
|
|
|
hPackedDIB = DIB_CreateDIBFromBitmap(hdc, hBmp);
|
|
|
|
|
|
|
|
/* Create a Pixmap from the packed DIB */
|
|
|
|
pixmap = X11DRV_DIB_CreatePixmapFromDIB( hPackedDIB, hdc );
|
|
|
|
|
|
|
|
/* Free the temporary packed DIB */
|
|
|
|
GlobalFree(hPackedDIB);
|
|
|
|
|
|
|
|
return pixmap;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-04-01 14:03:52 +02:00
|
|
|
/***********************************************************************
|
|
|
|
* X11DRV_BITMAP_Pixmap
|
|
|
|
*
|
|
|
|
* This function exists solely for x11 driver of the window system.
|
|
|
|
*/
|
2000-03-28 15:37:50 +02:00
|
|
|
Pixmap X11DRV_BITMAP_Pixmap(HBITMAP hbitmap)
|
1999-04-01 14:03:52 +02:00
|
|
|
{
|
2000-08-19 23:38:55 +02:00
|
|
|
Pixmap pixmap;
|
1999-04-01 14:03:52 +02:00
|
|
|
BITMAPOBJ *bmp = (BITMAPOBJ *) GDI_GetObjPtr( hbitmap, BITMAP_MAGIC );
|
2001-09-07 17:28:10 +02:00
|
|
|
if (bmp) {
|
|
|
|
pixmap = (Pixmap)bmp->physBitmap;
|
|
|
|
GDI_ReleaseObj( hbitmap );
|
|
|
|
}
|
|
|
|
else {
|
2002-10-31 03:38:20 +01:00
|
|
|
ERR("handle %p returned no obj\n", hbitmap);
|
2001-09-07 17:28:10 +02:00
|
|
|
pixmap = 0;
|
|
|
|
}
|
2000-08-19 23:38:55 +02:00
|
|
|
return pixmap;
|
1999-04-01 14:03:52 +02:00
|
|
|
}
|