Merge "minui: Move callback functions to std::function."

This commit is contained in:
Tao Bao
2017-01-25 00:49:48 +00:00
committed by Gerrit Code Review
5 changed files with 114 additions and 128 deletions
+6 -8
View File
@@ -14,21 +14,19 @@
* limitations under the License.
*/
#include <fcntl.h>
#include <linux/fb.h>
#include <linux/kd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <linux/fb.h>
#include <linux/kd.h>
#include <unistd.h>
#include <vector>
#include <png.h>
#include "minui/minui.h"