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:
1a32fc2
)
Corrected minor spelling error.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:53:16 +0000
(06:53 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:53:16 +0000
(06:53 +0200)
src/windows.h
patch
|
blob
|
history
diff --git
a/src/windows.h
b/src/windows.h
index e55644475320767a1744e5abd7ba1c12e6a94d98..5f6a02406983ad0ddd900fb2d3c2bae1685f9856 100644
(file)
--- a/
src/windows.h
+++ b/
src/windows.h
@@
-103,7
+103,7
@@
extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta * wmeta);
* invisible until appended to the chain of visible windows via append_win().
*/
extern struct Win init_win(struct WinMeta * wmeta, char * title,
- uint16_t height, uint16_t width
t
,
+ uint16_t height, uint16_t width,
void * data, void * func);