X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;h=1fb98ce2a7cbc6dac20c7b6e9a2ab8f6b1a135ae;hb=5d71044dd816436be6c5d7a93bc87e53c94d9f31;hp=73583a352d902cb4e075f23082ad156396c6db0a;hpb=1d98f490554273292d4ce29e4ea42e843c2f0c20;p=projects%2Fchimara%2Fchimara.git diff --git a/src/window.h b/src/window.h index 73583a3..1fb98ce 100644 --- a/src/window.h +++ b/src/window.h @@ -24,7 +24,7 @@ struct glk_window_struct /* Pointer to the node in the global tree that contains this window */ GNode *window_node; /* Window parameters */ - glui32 window_type; + glui32 type; GtkWidget *widget; strid_t window_stream; strid_t echo_stream;