prog
This commit is contained in:
@@ -21,15 +21,8 @@
|
||||
#error "Need to specify display backend."
|
||||
#endif
|
||||
|
||||
#ifndef DISPLAY_WIDTH
|
||||
#define DISPLAY_WIDTH 320
|
||||
#endif
|
||||
#ifndef DISPLAY_HEIGHT
|
||||
#define DISPLAY_HEIGHT 240
|
||||
#endif
|
||||
|
||||
#ifndef DISPLAY_WINDOW_WIDTH_DEFAULT
|
||||
#define DISPLAY_WINDOW_WIDTH_DEFAULT DISPLAY_WIDTH
|
||||
#error "DISPLAY_WINDOW_WIDTH_DEFAULT must be defined."
|
||||
#endif
|
||||
#ifndef DISPLAY_WINDOW_HEIGHT_DEFAULT
|
||||
#define DISPLAY_WINDOW_HEIGHT_DEFAULT DISPLAY_HEIGHT
|
||||
|
||||
Reference in New Issue
Block a user