Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gThumb
Commits
60ac11cb
Commit
60ac11cb
authored
Nov 14, 2019
by
Paolo Bacchilega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
headers: use unique names to avoid compilation errors
parent
9f06252d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
extensions/image_viewer/shortcuts.h
extensions/image_viewer/shortcuts.h
+3
-3
extensions/selections/shortcuts.h
extensions/selections/shortcuts.h
+3
-3
No files found.
extensions/image_viewer/shortcuts.h
View file @
60ac11cb
...
...
@@ -19,10 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SHORTCUTS_H
#define SHORTCUTS_H
#ifndef
IMAGE_VIEWER_
SHORTCUTS_H
#define
IMAGE_VIEWER_
SHORTCUTS_H
#define GTH_SHORTCUT_CATEGORY_IMAGE_VIEWER "image-viewer"
#define GTH_SHORTCUT_CATEGORY_IMAGE_EDITOR "image-editor"
#endif
/* SHORTCUTS_H */
#endif
/*
IMAGE_VIEWER_
SHORTCUTS_H */
extensions/selections/shortcuts.h
View file @
60ac11cb
...
...
@@ -19,9 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SHORTCUTS_H
#define SHORTCUTS_H
#ifndef
SELECTIONS_
SHORTCUTS_H
#define
SELECTIONS_
SHORTCUTS_H
#define GTH_SHORTCUT_CATEGORY_SELECTIONS "selections"
#endif
/* SHORTCUTS_H */
#endif
/*
SELECTIONS_
SHORTCUTS_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment