summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/surface.h b/src/surface.h
index d2dcb25..7262a42 100644
--- a/src/surface.h
+++ b/src/surface.h
@@ -26,6 +26,9 @@ struct Wlclock_surface
struct Wlclock_buffer hands_buffers[2];
struct Wlclock_buffer *current_hands_buffer;
bool configured;
+
+ struct wl_callback *frame_callback;
+ bool background_dirty, hands_dirty;
};
bool create_surface (struct Wlclock_output *output);