home · contact · privacy
Improved TODO.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 30 Jul 2013 03:10:40 +0000 (05:10 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 30 Jul 2013 03:10:40 +0000 (05:10 +0200)
src/windows.h

index 7c9860d4bebfa49310f310aac5d6e4690e465591..2c8c19e5f86aed983a79842b98397f98777be64c 100644 (file)
@@ -96,7 +96,7 @@ extern struct WinMeta init_win_meta(WINDOW * screen);
  * of the window). Other values will be initialized to 0. The window will stay
  * invisible until appended to the chain of visible windows via append_win().
  *
- * TODO: Why a default start width instead of passing a start width?
+ * TODO: Why default start widths/heights instead of passing start values?
  */
 extern struct Win init_win(struct WinMeta * wmeta, char * title,
                            void * data, void * func);