]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-Xaw.h
Fix shr.el/image build problem
[gnu-emacs] / lwlib / lwlib-Xaw.h
index cf231270121aae63b1a88267642e0f4603880856..363334b575e835ccfb652d693a0df355f5f6073a 100644 (file)
@@ -15,16 +15,17 @@ void
 xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
 
 void
-xaw_update_one_value (widget_instance *, Widget, widget_value *);
+xaw_update_one_value (widget_instance *, Widget, widget_value *)
+  ATTRIBUTE_CONST;
 
 void
 xaw_destroy_instance (widget_instance *);
 
 void
-xaw_popup_menu (Widget, XEvent *);
+xaw_popup_menu (Widget, XEvent *)
+  ATTRIBUTE_CONST;
 
 void
 xaw_pop_instance (widget_instance *, Boolean);
 
 #endif /* LWLIB_XAW_H */
-