| 1130 | } |
| 1131 | |
| 1132 | void window::requestSetbackgroundImage(const char* src){ |
| 1133 | asyncToDo = true; |
| 1134 | needSetBackground = true; |
| 1135 | srcREQ = strdup(src); |
| 1136 | return; |
| 1137 | } |
| 1138 | |
| 1139 | void window::requestDrawCircle(int z, int centerX, int centerY, int radius, int segments, int r, int g, int b, int a, int keyID, int customShader){ |
| 1140 | asyncToDo = true; |