Skip to content

Commit

Permalink
Merge pull request #169 from pentamassiv/pentamassiv-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmww authored Sep 26, 2023
2 parents e22c438 + 0601804 commit 34f32cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/gtk-layer-shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ typedef enum {

/**
* GtkLayerShellKeyboardMode:
* GTK_LAYER_SHELL_KEYBOARD_MODE_NONE: This window should not receive keyboard events.
* GTK_LAYER_SHELL_KEYBOARD_MODE_EXCLUSIVE: This window should have exclusive focus if it is on the top or overlay layer.
* GTK_LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND: The user should be able to focus and unfocues this window in an implementation
* @GTK_LAYER_SHELL_KEYBOARD_MODE_NONE: This window should not receive keyboard events.
* @GTK_LAYER_SHELL_KEYBOARD_MODE_EXCLUSIVE: This window should have exclusive focus if it is on the top or overlay layer.
* @GTK_LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND: The user should be able to focus and unfocues this window in an implementation
* defined way. Not supported for protocol version < 4.
* GTK_LAYER_SHELL_KEYBOARD_MODE_ENTRY_NUMBER: Should not be used except to get the number of entries. (NOTE: may change in
* @GTK_LAYER_SHELL_KEYBOARD_MODE_ENTRY_NUMBER: Should not be used except to get the number of entries. (NOTE: may change in
* future releases as more entries are added)
*/
typedef enum {
Expand Down

0 comments on commit 34f32cd

Please sign in to comment.