Skip to content

Commit

Permalink
Updated version constants, added OS/2 GUI to list of platforms in 'oz…
Browse files Browse the repository at this point in the history
…demo.c'.
  • Loading branch information
Bill-Gray committed Oct 15, 2024
1 parent b4e9adb commit 82084db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Defined by this header:
#define PDC_VER_MINOR 4
#define PDC_VER_CHANGE 0
#define PDC_VER_YEAR 2024
#define PDC_VER_MONTH 07
#define PDC_VER_DAY 29
#define PDC_VER_MONTH 10
#define PDC_VER_DAY 15

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
4 changes: 2 additions & 2 deletions demos/ozdemo.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ int main(int argc, char **argv)
WINDOW *win;
chtype save[80], ch;
time_t seed;
const int width = 52, height = 22;
const int width = 60, height = 22;
int w, x, y, i, j;
const char *versions_1 =
" DOS, DOSVGA, GL, Linux framebuffer/DRM, OS/2,";
" DOS, DOSVGA, GL, Linux framebuffer/DRM, OS/2, OS/2 GUI,";
const char *versions_2 =
" Plan 9, SDL 1/2, VT, Windows console & GUI, X11";
const char *hit_any_key =
Expand Down

0 comments on commit 82084db

Please sign in to comment.