Guest User

Untitled

a guest
Jun 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Shoes.app :fullscreen => true do
  2. para "test"
  3. end
  4.  
  5. shoes/app.c:58: app->fullscreen = FALSE;
  6. shoes/native/cocoa.m:851: if (app->fullscreen) {
  7. shoes/native/gtk.c:557: if (app->fullscreen)
  8. shoes/native/cocoa.m:872:shoes_native_app_fullscreen(shoes_app *app, char yn)
  9. shoes/native/windows.c:934: if (app->fullscreen)
  10. shoes/native/windows.c:935: style = WINDOW_STYLE_FULLSCREEN;
  11.  
  12. $ git co 2/Raisins
  13. HEAD is now at 42dda8a... * bugs: closing some bugs, moving others to the next release.
  14. $ grep -r -i fullscreen *
  15. [nothing]
  16. $ git co master
  17. Switched to branch "master"
  18. $ grep -r -i fullscreen *
  19. shoes/app.c: app->fullscreen = FALSE;
  20. [...]
Add Comment
Please, Sign In to add comment