---
clients/window.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/clients/window.c b/clients/window.c
index c8836a8..0c93b9c 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1614,7 +1614,7 @@ init_egl(struct display *d)
}
if (!eglMakeCurrent(d
Otherwise the initial announcement of interfaces gets lost.
---
clients/dnd.c |4 +---
clients/eventdemo.c |2 +-
clients/flower.c|2 +-
clients/gears.c |2 +-
clients/image.c |2 +-
clients/resizor.c |2 +-
clients/smoke.c |2 +-
clients/termina
---
data/.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 data/.gitignore
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 000..8ea50a6
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1 @@
+wayland.png
--
1.7.2.3
___
Fixes regression introduced in f58d8ca1bd20180bfae3a3a047e8098e0b22b5aa.
---
compositor/compositor.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/compositor/compositor.c b/compositor/compositor.c
index 746a729..a0cd0d4 100644
--- a/compositor/compositor.c
+++ b/composi
---
compositor/screenshooter.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/compositor/screenshooter.c b/compositor/screenshooter.c
index c0757db..53ed931 100644
--- a/compositor/screenshooter.c
+++ b/compositor/screenshooter.c
@@ -34,7 +34,7 @@ screenshooter_shoot
---
clients/view.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index 8f83b9c..05edf3f 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -101,6 +101,7 @@ view_draw(struct view *view)
cairo_fill(cr);
poppler_page_render(p
---
clients/view.c | 18 +-
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index d083034..8f83b9c 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -64,8 +64,6 @@ view_draw(struct view *view)
window_get_child_allocation
---
clients/view.c | 22 +-
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index 1e0cbb0..d083034 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -193,6 +193,7 @@ view_create(struct display *display, uint32_t key, const
ch
---
clients/view.c | 68 ++--
1 files changed, 51 insertions(+), 17 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index cc3206d..1e0cbb0 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -107,38 +107,72 @@ redraw_handler(struct w
---
clients/view.c | 13 +
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index 9e19a5a..cc3206d 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -45,13 +45,10 @@
struct view {
struct window *window;
struct display
---
clients/view.c | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/clients/view.c b/clients/view.c
index 88c59ad..9e19a5a 100644
--- a/clients/view.c
+++ b/clients/view.c
@@ -127,14 +127,20 @@ key_handler(struct window *window, struct input *input,
uint32_t time,
fixes segfault when active tty could not be opened
fixes copy-paste mistake.
---
compositor/tty.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/compositor/tty.c b/compositor/tty.c
index 70c319d..6314b14 100644
--- a/compositor/tty.c
+++ b/compositor/tty.c
@@ -148,
fixes valgrind:
==25178== Conditional jump or move depends on uninitialised value(s)
==25178==at 0x409E2C: display_create (window.c:1582)
==25178==by 0x407A43: main (terminal.c:2323)
and
==13793== Conditional jump or move depends on uninitialised value(s)
==13793==at 0x40A2D1: display_h
---
clients/window.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/clients/window.c b/clients/window.c
index ac14fd6..2944287 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1641,6 +1641,7 @@ display_create(int *argc, char **argv[], const
GOptionEntry *option_e
---
clients/resizor.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/clients/resizor.c b/clients/resizor.c
index dbd0752..0ac02f6 100644
--- a/clients/resizor.c
+++ b/clients/resizor.c
@@ -152,7 +152,6 @@ key_handler(struct window *window, struct input *input,
uint32_t t
---
wayland/scanner.c |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/wayland/scanner.c b/wayland/scanner.c
index 91054b7..b24ee39 100644
--- a/wayland/scanner.c
+++ b/wayland/scanner.c
@@ -470,13 +470,19 @@ emit_enumerations(struct interface *interface)
str
16 matches
Mail list logo