mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 15:00:44 +09:00
Update flatpak version reference
This commit is contained in:
@@ -67,7 +67,7 @@ gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui')
|
|||||||
icons_path = join_paths(prefix, datadir, 'icons')
|
icons_path = join_paths(prefix, datadir, 'icons')
|
||||||
|
|
||||||
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
|
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
|
||||||
add_project_arguments('-DGSR_FLATPAK_VERSION="5.11.3"', language: ['c', 'cpp'])
|
add_project_arguments('-DGSR_FLATPAK_VERSION="5.11.5"', language: ['c', 'cpp'])
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
meson.project_name(),
|
meson.project_name(),
|
||||||
|
|||||||
@@ -272,8 +272,10 @@ namespace gsr {
|
|||||||
}
|
}
|
||||||
clipboard_copies.clear();
|
clipboard_copies.clear();
|
||||||
|
|
||||||
if(XGetSelectionOwner(dpy, clipboard_atom) == clipboard_window)
|
if(XGetSelectionOwner(dpy, clipboard_atom) == clipboard_window) {
|
||||||
XSetSelectionOwner(dpy, clipboard_atom, None, CurrentTime);
|
XSetSelectionOwner(dpy, clipboard_atom, None, CurrentTime);
|
||||||
|
XFlush(dpy);
|
||||||
|
}
|
||||||
|
|
||||||
if(filepath.empty()) {
|
if(filepath.empty()) {
|
||||||
// TODO: Cancel transfer
|
// TODO: Cancel transfer
|
||||||
|
|||||||
Reference in New Issue
Block a user