mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fixing /* warning on Linux.
This commit is contained in:
parent
695e20e125
commit
0d58907159
@ -221,7 +221,7 @@ struct _EDT_DragTableData {
|
||||
LO_Element *pDragOverCell; /* Cell being dragged over */
|
||||
int32 iRows; /* Number of rows being dragged */
|
||||
int32 iColumns; /* Number of columns being dragged (counts COLSPAN) */
|
||||
int32 *pCellsPerRow; /* Array of number of actual cells in each row (size = iRows)
|
||||
int32 *pCellsPerRow; /* Array of number of actual cells in each row (size = iRows) */
|
||||
/* (this doesn't count COLSPAN effects) */
|
||||
int32 X; /* Location to place highlighting or make caret */
|
||||
int32 Y; /* to show where to drop cells */
|
||||
|
Loading…
Reference in New Issue
Block a user