Sweden-Number/dlls/winex11.drv
Alexandre Julliard 9939b7b430 winex11: Clear the NET_WM_STATE status when a window is withdrawn.
Change WM_STATE to NET_WM_STATE in variable and function names to
avoid confusion with the ICCCM WM_STATE property.
2008-02-27 18:01:31 +01:00
..
Makefile.in user32: Moved the DCE support from winex11 back to user32. 2008-02-25 15:59:19 +01:00
bitblt.c winex11: Make the BitBlt short-cuts more generic to apply to all possible ROPs. 2008-02-21 20:15:41 +01:00
bitmap.c winex11: Remove unneeded check on bitmap depth, screen bpp cannot be 15. 2008-02-04 14:37:00 +01:00
brush.c winex11drv: Win64 printf format warning fixes. 2006-10-09 15:23:33 +02:00
clipboard.c winex11.drv: Remove unneeded casts. 2008-02-04 14:20:45 +01:00
clipping.c winex11.drv: Store window and drawable rects in X11DRV_PDEVICE. 2006-12-12 13:45:10 +01:00
codepage.c winex11.drv: Remove unused items. 2007-02-08 11:55:44 +01:00
desktop.c winex11: Check for need to make window managed when WS_VISIBLE is set outside of SetWindowPos. 2008-01-24 10:21:07 +01:00
dib.c winex11.drv: Optimise getting the bits of a DIB after calling SetDIBits. 2008-02-22 11:52:08 +01:00
dib_convert.c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
dib_dst_swap.c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
dib_src_swap.c Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
event.c winex11.drv: Remove unneeded casts. 2008-02-04 14:20:45 +01:00
graphics.c winex11.drv: The 'lossy' parameter is always false so remove it. 2007-10-15 12:04:54 +02:00
init.c winex11: Use GetDCHook to retrieve the dce pointer instead of storing it in the physdev structure. 2008-02-18 12:08:55 +01:00
keyboard.c winex11: Use the gdi display when initializing the keyboard to avoid creating a second display connection. 2008-02-06 20:37:41 +01:00
mouse.c winex11: Re-introduce a separate X11 window for the client area of top-level windows. 2008-02-21 12:53:00 +01:00
mwm.h
opengl.c winex11: Fix wglCopyContext case where GLX contexts are missing. 2008-02-26 11:29:48 +01:00
palette.c winex11: Don't create a mapping if X11DRV_PALETTE_VIRTUAL is set. 2008-02-07 11:59:53 +01:00
pen.c winex11.drv: Constify the pen dash data. 2007-07-20 12:25:42 +02:00
scroll.c winex11drv: Win64 printf format warning fixes. 2006-10-09 15:23:33 +02:00
settings.c winex11: Set last error on enumerating display settings. 2008-01-09 13:38:03 +01:00
text.c winex11: Remove unused SWAP_INT macro. 2007-12-23 14:17:11 +01:00
version.rc Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
window.c winex11: Use the same full screen test in is_window_managed and update_wm_states. 2008-02-25 19:48:07 +01:00
winex11.drv.spec user32: Moved the DCE support from winex11 back to user32. 2008-02-25 15:59:19 +01:00
winpos.c winex11: Clear the NET_WM_STATE status when a window is withdrawn. 2008-02-27 18:01:31 +01:00
wintab.c winex11.drv: Add some API documentation stubs to make winapi_check happy. 2008-02-05 12:19:37 +01:00
x11ddraw.c configure: Merge the libGL existence check with the soname check. 2007-07-04 12:44:12 +02:00
x11drv.h winex11: Clear the NET_WM_STATE status when a window is withdrawn. 2008-02-27 18:01:31 +01:00
x11drv_main.c winex11: Correctly initialize the cursor in a newly-created thread. 2008-02-25 13:32:45 +01:00
x11font.h gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint 2006-07-12 13:34:36 +02:00
xcomposite.h winex11: Be compatible with older XComposite headers. 2007-09-27 11:57:54 +02:00
xdnd.c Spelling fixes. 2008-01-07 13:41:01 +01:00
xfont.c winex11.drv: Remove unneeded casts. 2008-02-05 12:19:37 +01:00
xim.c winex11.drv: Take into account position of preedit area in PreEditCaretCallback. 2007-07-25 13:03:53 +02:00
xinerama.c winex11: Only update the virtual screen rect once in xinerama_init to minimize race conditions. 2008-02-06 20:38:20 +01:00
xrandr.c winex11.drv: Don't create a win_data structure for the desktop window, except in the process that owns it. 2008-01-17 19:53:59 +01:00
xrandr.h configure: Merge the libXrandr existence check with the soname check. 2007-07-04 12:45:03 +02:00
xrender.c Spelling fixes. 2008-01-07 13:41:01 +01:00
xvidmode.c winex11.drv: Don't create a win_data structure for the desktop window, except in the process that owns it. 2008-01-17 19:53:59 +01:00
xvidmode.h