mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 05:40:12 +01:00
Print error code if winStoreColorsShadowDDNL fails
This commit is contained in:
parent
0d126f42d5
commit
f62afeb403
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-04-20 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* winshaddnl.c:
|
||||
Print error code if winStoreColorsShadowDDNL fails
|
||||
|
||||
2005-04-20 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* winlayouts.h:
|
||||
|
|
|
|||
|
|
@ -1306,7 +1306,7 @@ winStoreColorsShadowDDNL (ColormapPtr pColormap,
|
|||
+ pdefs[0].pixel);
|
||||
if (FAILED (ddrval))
|
||||
{
|
||||
ErrorF ("winStoreColorsShadowDDNL - SetEntries () failed\n");
|
||||
ErrorF ("winStoreColorsShadowDDNL - SetEntries () failed: %08x\n", ddrval);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue