X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.h;h=728a381079c6f0f8cd302d048abcaad19b958b15;hb=c6cb6dcf2f5e1c581a847e8619ee49f75b2ec979;hp=1fb98ce2a7cbc6dac20c7b6e9a2ab8f6b1a135ae;hpb=dc12376c7b6c8957cddab1bd5936409d9818f5f1;p=projects%2Fchimara%2Fchimara.git diff --git a/src/window.h b/src/window.h index 1fb98ce..728a381 100644 --- a/src/window.h +++ b/src/window.h @@ -25,7 +25,8 @@ struct glk_window_struct GNode *window_node; /* Window parameters */ glui32 type; - GtkWidget *widget; + GtkWidget *widget; /* actual widget that does stuff */ + GtkWidget *frame; /* container child */ strid_t window_stream; strid_t echo_stream; /* Input request stuff */