~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to win_resize.c

  • Committer: Matthew Fuller
  • Date: 2024-01-13 21:41:55 UTC
  • mfrom: (711.1.3 dev)
  • Revision ID: fullermd@over-yonder.net-20240113214155-zfh42sj6ft4gy2mk
Update astyle config to something current versions accept, and make
indent.  This causes a few extra spurious reindents from some astyle
changes I can't find or find configs to undo, but they're few enough
I'm willing to just eat 'em.

Show diffs side-by-side

added added

removed removed

Lines of Context:
956
956
                                borderedLayout = RLayoutNew(
957
957
                                                         RAreaListNew(1,
958
958
                                                                      RAreaNew(winattrs.x,
959
 
                                                                                      winattrs.y,
960
 
                                                                                      winattrs.width,
961
 
                                                                                      winattrs.height),
 
959
                                                                              winattrs.y,
 
960
                                                                              winattrs.width,
 
961
                                                                              winattrs.height),
962
962
                                                                      NULL));
963
963
                        }
964
964
                }