~sheosi/helenos/lua

« back to all changes in this revision

Viewing changes to uspace/lib/gui/window.c

  • Committer: Sergio Tortosa (sheosi)
  • Date: 2013-12-22 14:13:23 UTC
  • mfrom: (2032.1.12 mainline)
  • Revision ID: sertorbe@gmail.com-20131222141323-gbiqm4j2w9sbjty5
MergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
        return 0;
529
529
}
530
530
 
531
 
window_t *window_open(char *winreg, bool is_main, bool is_decorated, 
 
531
window_t *window_open(const char *winreg, bool is_main, bool is_decorated,
532
532
    const char *caption, sysarg_t x_offset, sysarg_t y_offset)
533
533
{
534
534
        int rc;