Searched refs:MAX_BUTTONS (Results 1 – 3 of 3) sorted by relevance
46 #define MAX_BUTTONS 8 /* Maximum number of buttons supported */ macro112 SDL_MessageBoxButtonDataX11 buttonpos[ MAX_BUTTONS ];177 if ( numbuttons > MAX_BUTTONS ) { in X11_MessageBoxInit()178 return SDL_SetError("Too many buttons (%d max allowed)", MAX_BUTTONS); in X11_MessageBoxInit()
68 #define MAX_BUTTONS (0xffff - 100) macro572 if (messageboxdata->numbuttons > MAX_BUTTONS) { in WIN_ShowOldMessageBox()573 return SDL_SetError("Number of butons exceeds limit of %d", MAX_BUTTONS); in WIN_ShowOldMessageBox()
43 #define MAX_BUTTONS 32 /* and 32 buttons */ macro
Completed in 7 milliseconds