Skip to content

Commit

Permalink
fix misspelling in C
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Nov 17, 2016
1 parent 3b362b4 commit 1837c5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/Gallium.framework/Versions/A/Gallium
Git LFS file not shown
2 changes: 1 addition & 1 deletion dist/include/gallium/screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GALLIUM_EXPORT int GalliumScreenCount();
// GalliumScreen gets the i-th screen
GALLIUM_EXPORT gallium_screen_t* GalliumScreen(int index);

// GalliumFocusedScreen gets the screen containing the currently focused window.
// GalliumFocusedScreen gets the screen containing the currently focussed window.
GALLIUM_EXPORT gallium_screen_t* GalliumFocusedScreen();

// GalliumScreenShape gets the shape of a screen
Expand Down
1 change: 0 additions & 1 deletion examples/screens/screens.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
func onReady(app *gallium.App) {
pretty.Println(gallium.FocusedScreen())
pretty.Println(gallium.Screens())
x
}

func main() {
Expand Down

0 comments on commit 1837c5f

Please sign in to comment.