Subversion Repositories Kolibri OS

Rev

Rev 1246 | Rev 1275 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1246 Rev 1268
Line 164... Line 164...
164
{
164
{
165
    struct drm_device  *dev;
165
    struct drm_device  *dev;
166
 
166
 
Line 167... Line 167...
167
    cursor_t  *cursor;
167
    cursor_t  *cursor;
168
    bool                retval = false;
168
    bool                 retval = true;
169
    u32_t                ifl;
169
    u32_t                ifl;
Line 170... Line 170...
170
 
170
 
Line 171... Line 171...
171
    ENTER();
171
    ENTER();
Line 179... Line 179...
179
    list_for_each_entry(cursor, &rdisplay->cursors, list)
179
    list_for_each_entry(cursor, &rdisplay->cursors, list)
180
    {
180
    {
181
        init_cursor(cursor);
181
        init_cursor(cursor);
182
    };
182
    };
183
    };
183
 
184
    safe_sti(ifl);
-
 
185
 
-
 
Line 186... Line -...
186
    ifl = safe_cli();
-
 
187
    {
-
 
188
        rdisplay->restore_cursor(0,0);
184
    rdisplay->restore_cursor(0,0);
189
    rdisplay->init_cursor   = init_cursor;
185
    rdisplay->init_cursor   = init_cursor;
190
    rdisplay->select_cursor = select_cursor;
186
    rdisplay->select_cursor = select_cursor;
191
    rdisplay->show_cursor   = NULL;
187
    rdisplay->show_cursor   = NULL;
192
    rdisplay->move_cursor   = move_cursor;
188
    rdisplay->move_cursor   = move_cursor;