summaryrefslogtreecommitdiffstats
path: root/src/gui_xmebwp.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 19:44:38 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 19:44:38 +0100
commit9bf703d46a79fbffeb829246ea5ce385bddc4166 (patch)
tree6afff788b4fbd8fbf61557c47c24c26c975ea8ee /src/gui_xmebwp.h
parent20ebbeac461ffc2a5e5dbfbb0ba380b8854615bd (diff)
patch 8.1.2366: using old C style commentsv8.1.2366
Problem: Using old C style comments. Solution: Use // comments where appropriate.
Diffstat (limited to 'src/gui_xmebwp.h')
-rw-r--r--src/gui_xmebwp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_xmebwp.h b/src/gui_xmebwp.h
index 9dcdf31cac..48331438af 100644
--- a/src/gui_xmebwp.h
+++ b/src/gui_xmebwp.h
@@ -53,13 +53,13 @@ extern XmEnhancedButtonClassRec xmEnhancedButtonClassRec;
*/
typedef struct _XmEnhancedButtonPart
{
- /* public resources */
+ // public resources
String pixmap_data;
String pixmap_file;
Dimension spacing;
int label_location;
- /* private resources */
+ // private resources
int pixmap_depth;
Dimension pixmap_width;
Dimension pixmap_height;