Changeset 102f641 in mainline for uspace/lib/gui/window.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.c

    r241f1985 r102f641  
    615615        win->focus = NULL;
    616616        win->surface = NULL;
    617        
     617
    618618        unsigned int ipc_flags = IPC_AUTOSTART;
    619619        service_id_t reg_dsid;
     
    640640                return NULL;
    641641        }
    642 
    643642
    644643        win->osess = loc_service_connect(out_dsid, INTERFACE_COMPOSITOR, ipc_flags);
Note: See TracChangeset for help on using the changeset viewer.