summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-01-11 00:09:42 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-01-11 00:09:42 -0500
commitf0993f61c0c8b40bd037a5085587852d76702b8d (patch)
tree805331bcaab696bc292e50a1cb66c88653b18f9d
parentb63235142df846be19efbddc957b8c553e320b11 (diff)
window: Remove a few unused struct fields
-rw-r--r--clients/window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clients/window.c b/clients/window.c
index 9d575c2..4d7deb2 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -117,11 +117,9 @@ struct window {
struct task redraw_task;
int resize_scheduled;
struct task resize_task;
- int minimum_width, minimum_height;
int type;
int transparent;
struct input *keyboard_device;
- uint32_t name;
enum window_buffer_type buffer_type;
cairo_surface_t *cairo_surface, *pending_surface;