home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349ca38
)
Improved TODO.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Jul 2013 03:10:40 +0000
(
05:10
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 30 Jul 2013 03:10:40 +0000
(
05:10
+0200)
src/windows.h
patch
|
blob
|
history
diff --git
a/src/windows.h
b/src/windows.h
index 7c9860d4bebfa49310f310aac5d6e4690e465591..2c8c19e5f86aed983a79842b98397f98777be64c 100644
(file)
--- a/
src/windows.h
+++ b/
src/windows.h
@@
-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);