We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3bf9fd + 8f67788 commit 1458f35Copy full SHA for 1458f35
hsetroot.c
@@ -271,13 +271,14 @@ main(int argc, char **argv)
271
int noutputs = 0;
272
XineramaScreenInfo *outputs = NULL;
273
274
+ XineramaScreenInfo fake = {
275
+ .x_org = 0,
276
+ .y_org = 0,
277
+ .width = 0,
278
+ .height = 0,
279
+ };
280
+
281
if (opt_root) {
- XineramaScreenInfo fake = {
- .x_org = 0,
- .y_org = 0,
- .width = 0,
- .height = 0,
- };
282
noutputs = 1;
283
outputs = &fake;
284
} else {
0 commit comments