Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Generals/Code/GameEngine/Include/GameClient/Gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ typedef struct _ListboxData
Int selectPos; // Position of current selected entry (for SINGLE select)
Int *selections; // Pointer to array of selections (for MULTI select)

Short displayHeight; // Height in pixels of listbox display region
Int displayHeight; // Height in pixels of listbox display region
// this is computed based on the existence
// of a title or not.
UnsignedInt doubleClickTime; //
Short displayPos; // Position of current display entry in pixels
Int displayPos; // Position of current display entry in pixels

} ListboxData;

Expand Down
4 changes: 2 additions & 2 deletions GeneralsMD/Code/GameEngine/Include/GameClient/Gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,11 @@ typedef struct _ListboxData
Int selectPos; // Position of current selected entry (for SINGLE select)
Int *selections; // Pointer to array of selections (for MULTI select)

Short displayHeight; // Height in pixels of listbox display region
Int displayHeight; // Height in pixels of listbox display region
// this is computed based on the existence
// of a title or not.
UnsignedInt doubleClickTime; //
Short displayPos; // Position of current display entry in pixels
Int displayPos; // Position of current display entry in pixels

} ListboxData;

Expand Down
Loading