DerelictLibui icon indicating copy to clipboard operation
DerelictLibui copied to clipboard

Updated all cross-platform functions and types up to 8 June 2016

Open zeyonaut opened this issue 9 years ago • 2 comments

I have not updated two OSX-specific functions,

uiDarwinMarginAmount() and uiDarwinPaddingAmount().

I'm not exactly sure how this should be done.

zeyonaut avatar Jun 16 '16 12:06 zeyonaut

Sorry about it being in multiple commits. Also, the previous pr (I closed) did not update, so I made a new one. My apologies.

zeyonaut avatar Jun 17 '16 09:06 zeyonaut

  • git rebase -i origin/master
  • don't touch the first line.
  • from line 2 to last line replace all the pick by fixup.
  • save and then push with -f.

ghost avatar Jun 17 '16 14:06 ghost