X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwindow.h;h=728a381079c6f0f8cd302d048abcaad19b958b15;hb=46974bb948c0a7ca82b476a578b6199e438bab41;hp=1fb98ce2a7cbc6dac20c7b6e9a2ab8f6b1a135ae;hpb=5292406311d31682a850baf059cab01a6f0262b2;p=rodin%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 */