print Xerrors on Ooo
This commit is contained in:
parent
d35d1bc99e
commit
05e652ed09
2 changed files with 9 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.6 $
|
||||
# $Revision: 1.7 $
|
||||
#
|
||||
# last change: $Author: pl $ $Date: 2001-08-24 10:22:29 $
|
||||
# last change: $Author: pl $ $Date: 2001-11-05 09:21:13 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -81,6 +81,10 @@ dummy:
|
|||
|
||||
.ELSE # "$(OS)"=="MACOSX"
|
||||
|
||||
.IF "$(BUILD_SOSL)"!=""
|
||||
CDEFS+=-DBUILD_SOSL
|
||||
.ENDIF
|
||||
|
||||
.IF "$(remote)"==""
|
||||
OBJFILES=\
|
||||
$(OBJ)$/salmain.obj
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: saldata.cxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: pl $ $Date: 2001-10-24 16:32:21 $
|
||||
* last change: $Author: pl $ $Date: 2001-11-05 09:21:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -541,7 +541,7 @@ void SalXLib::XError( Display *pDisplay, XErrorEvent *pEvent )
|
|||
|
||||
if( ! bIgnoreXErrors_ )
|
||||
{
|
||||
#if defined DEBUG || defined DBG_UTIL
|
||||
#if defined DEBUG || defined DBG_UTIL || defined BUILD_SOSL
|
||||
XGetErrorText( pDisplay, pEvent->error_code, msg, sizeof( msg ) );
|
||||
fprintf( stderr, "X-Error: %s\n", msg );
|
||||
if( pEvent->request_code > capacityof( XRequest ) )
|
||||
|
|
Loading…
Reference in a new issue