View | Details | Raw Unified | Return to issue 2594
Collapse All | Expand All

(-)vcl/unx/source/app/i18n_ic.cxx (-2 / +2 lines)
Lines 356-362 Link Here
356
359
357
        if ( mnPreeditStyle != XIMPreeditNone )
360
        if ( mnPreeditStyle != XIMPreeditNone )
358
        {
361
        {
359
#if defined LINUX || defined FREEBSD || defined NETBSD
362
#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX
360
            if ( mpPreeditAttributes != NULL )
363
            if ( mpPreeditAttributes != NULL )
361
#endif
364
#endif
362
                mpAttributes = XVaAddToNestedList( mpAttributes,
365
                mpAttributes = XVaAddToNestedList( mpAttributes,
Lines 364-370 Link Here
364
        }
367
        }
365
        if ( mnStatusStyle != XIMStatusNone )
368
        if ( mnStatusStyle != XIMStatusNone )
366
        {
369
        {
367
#if defined LINUX || defined FREEBSD || defined NETBSD
370
#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX
368
            if ( mpStatusAttributes != NULL )
371
            if ( mpStatusAttributes != NULL )
369
#endif
372
#endif
370
                mpAttributes = XVaAddToNestedList( mpAttributes, 
373
                mpAttributes = XVaAddToNestedList( mpAttributes, 

Return to issue 2594