X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-internal.h;h=85dff5a339c70b116707556c30d5027d4d3dcdfa;hb=5f839f2732a2c7ad80fc36a7d7d490053954c90d;hp=1c6ffd9845ed71b764e1c4836a41337084bc1710;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/lwlib/lwlib-internal.h b/lwlib/lwlib-internal.h index 1c6ffd9..85dff5a 100644 --- a/lwlib/lwlib-internal.h +++ b/lwlib/lwlib-internal.h @@ -1,5 +1,5 @@ -#ifndef LWLIB_INTERNAL_H -#define LWLIB_INTERNAL_H +#ifndef INCLUDED_lwlib_internal_h_ +#define INCLUDED_lwlib_internal_h_ #include "lwlib.h" @@ -39,12 +39,12 @@ typedef Widget typedef struct _widget_creation_entry { - CONST char* type; + const char* type; widget_creation_function function; } widget_creation_entry; /* update all other instances of a widget. Can be used in a callback when - a wiget has been used by the user */ + a widget has been used by the user */ void lw_internal_update_other_instances (Widget widget, XtPointer closure, XtPointer call_data); @@ -55,5 +55,4 @@ lw_get_widget_value_for_widget (widget_instance* instance, Widget w); widget_info *lw_get_widget_info (LWLIB_ID id); -#endif /* LWLIB_INTERNAL_H */ - +#endif /* INCLUDED_lwlib_internal_h_ */