diff options
Diffstat (limited to 'src/xwidget.h')
-rw-r--r-- | src/xwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index 181d2232518..9244ff7017f 100644 --- a/src/xwidget.h +++ b/src/xwidget.h @@ -21,6 +21,7 @@ struct xwidget{ Lisp_Object plist;//auxilliary data Lisp_Object type;//the widget type Lisp_Object buffer; //buffer where xwidget lives + Lisp_Object title;//a title that is used for button labels for instance //here ends the lisp part. //"height" is the marker field @@ -32,7 +33,7 @@ struct xwidget{ GtkContainer* widgetwindow_osr; //TODO these are WIP - char* title;//a title that is used for button labels for instance + }; |