File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,3 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
95
96
96
### Fixed
97
97
- Spelling and grammar in man page.
98
+
99
+ ## [0.1.5] - 2020-12-23
100
+ ### Removed
101
+ - Unused root padding definitions.
Original file line number Diff line number Diff line change 21
21
* window behavior.
22
22
*/
23
23
24
- #define ROOT_PADDING_TOP 0
25
- #define ROOT_PADDING_BOTTOM 0
26
- #define ROOT_PADDING_LEFT 0
27
- #define ROOT_PADDING_RIGHT 0
28
24
#define WINDOW_X 600
29
25
#define WINDOW_Y 400
30
26
#define WINDOW_MIN_X 60
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ static int strcmp_c(char * str1, char * str2) {
264
264
int main (int argc , char * argv []) {
265
265
int ret = 0 ;
266
266
if ((argc == 2 ) && (strcmp_c ("-v" , argv [1 ]) == 0 )) {
267
- ret = die ("xwm-0.1.4 , © 2020 Michael Czigler, see LICENSE for details\n" );
267
+ ret = die ("xwm-0.1.5 , © 2020 Michael Czigler, see LICENSE for details\n" );
268
268
}
269
269
if ((ret == 0 ) && (argc != 1 )) {
270
270
ret = die ("usage: xwm [-v]\n" );
You can’t perform that action at this time.
0 commit comments