mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-10 15:51:56 -04:00
Compare commits
2 Commits
8713741782
...
3973766b84
| Author | SHA1 | Date | |
|---|---|---|---|
| 3973766b84 | |||
| 4d2b1d51e4 |
@ -1078,7 +1078,7 @@ Image GetClipboardImage(void)
|
||||
XID window = glfwGetX11Window(platform.handle);
|
||||
|
||||
// Lazy-load X11 atoms
|
||||
if(clipboard == 0)
|
||||
if (clipboard == 0)
|
||||
{
|
||||
clipboard = XInternAtom(display, "CLIPBOARD", False);
|
||||
targetType = XInternAtom(display, "image/png", False);
|
||||
|
||||
@ -1886,9 +1886,11 @@ int main(int argc, char *argv[])
|
||||
printf(" test <example_name> : Build and Test example for Desktop and Web platforms\n");
|
||||
printf(" validate : Validate examples collection, generates report\n");
|
||||
printf(" update : Validate and update examples collection, generates report\n\n");
|
||||
|
||||
printf("OPTIONS:\n\n");
|
||||
printf(" -h, --help : Show tool version and command line usage help\n");
|
||||
printf(" -v, --verbose : Verbose mode, show additional logs on processes\n");
|
||||
|
||||
printf("\nEXAMPLES:\n\n");
|
||||
printf(" > rexm add shapes_custom_stars\n");
|
||||
printf(" Add and updates new example provided <shapes_custom_stars>\n\n");
|
||||
|
||||
Reference in New Issue
Block a user