~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to win_regions.c

  • Committer: Matthew Fuller
  • Date: 2016-08-29 16:25:21 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: fullermd@over-yonder.net-20160829162521-w4ee2bsh4wiwms19
makeĀ indent

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                   RegGravity grav1, RegGravity grav2,
15
15
                                   int w, int h);
16
16
static WindowEntry *findWindowEntry(WorkSpace *wl,
17
 
                TwmWindow *tmp_win, WindowRegion **wrp);
 
17
                                    TwmWindow *tmp_win, WindowRegion **wrp);
18
18
static WindowEntry *prevWindowEntry(WindowEntry *we, WindowRegion *wr);
19
19
static void mergeWindowEntries(WindowEntry *old, WindowEntry *we);
20
20