Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
af2b0f29b5
@ -327,7 +327,7 @@ static thread *Qpop(threadQ * q) {
|
||||
/* These functions are not static to prevent the compiler removing them as functions */
|
||||
|
||||
void get_stack_state(void) {
|
||||
char c;
|
||||
char* c;
|
||||
pframeinfo->localptr = (char *)&c;
|
||||
_setjmp(pframeinfo->cxt);
|
||||
}
|
||||
|
@ -526,7 +526,7 @@ static thread *Qpop(threadQ * q) {
|
||||
/* These functions are not static to prevent the compiler removing them as functions */
|
||||
|
||||
void get_stack_state(void) {
|
||||
char c;
|
||||
char* c;
|
||||
pframeinfo->localptr = (char *)&c;
|
||||
_setjmp(pframeinfo->cxt);
|
||||
}
|
||||
|
@ -469,7 +469,7 @@ extern "C" {
|
||||
|
||||
#if GWIN_NEED_WINDOWMANAGER || defined (__DOXYGEN__)
|
||||
/**
|
||||
* @brief Redraw a window
|
||||
* @brief Redraw a display
|
||||
*
|
||||
* @param[in] g The display to redraw. Passing NULL will redraw all displays.
|
||||
* @param[in] preserve Should the redraw try to preserve existing screen data for those
|
||||
|
Loading…
Reference in New Issue
Block a user