home · contact · privacy
Corrected minor spelling error.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:53:16 +0000 (06:53 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:53:16 +0000 (06:53 +0200)
src/windows.h

index e55644475320767a1744e5abd7ba1c12e6a94d98..5f6a02406983ad0ddd900fb2d3c2bae1685f9856 100644 (file)
@@ -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 widtht,
+                           uint16_t height, uint16_t width,
                            void * data, void * func);