~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to src/CrGlCur.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
#if defined(hpux)
90
90
    int getsyms_cnt, i;
91
91
    struct shl_symbol *symbols;
92
 
    
 
92
 
93
93
    getsyms_cnt = shl_getsymbols(module, TYPE_PROCEDURE,
94
94
                                 EXPORT_SYMBOLS, malloc, &symbols);
95
95
 
228
228
     unsigned int mask_char,
229
229
     XColor _Xconst *foreground,
230
230
     XColor _Xconst *background)
231
 
{       
 
231
{
232
232
    Cursor cid;
233
233
    register xCreateGlyphCursorReq *req;
234
234
 
235
235
#ifdef USE_DYNAMIC_XCURSOR
236
 
    cid = _XTryShapeCursor (dpy, source_font, mask_font, 
 
236
    cid = _XTryShapeCursor (dpy, source_font, mask_font,
237
237
                            source_char, mask_char, foreground, background);
238
238
    if (cid)
239
239
        return cid;