mirror of
https://github.com/electron/electron.git
synced 2026-01-14 18:08:07 -05:00
* refactor: use gdk_display_beep() to beep on Linux * chore: make a stub declaration for gdk_display_beep() * chore: remove unused file electron_gtk.sigs * chore: remove unused #includes to make gn check happy
2 lines
44 B
Plaintext
2 lines
44 B
Plaintext
void gdk_display_beep(GdkDisplay* display);
|