Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
447e04ff
Commit
447e04ff
authored
4 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
wallpaper.h: Remove useless _XFUNCPROTO wrappers
feh is C code, _XFUNCPROTO(BEGIN|END) are only needed for C++ applications.
parent
42ca97df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/wallpaper.h
+1
-2
1 addition, 2 deletions
src/wallpaper.h
with
1 addition
and
2 deletions
src/wallpaper.h
+
1
−
2
View file @
447e04ff
...
...
@@ -42,7 +42,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
extern
Window
ipc_win
;
extern
Atom
ipc_atom
;
_XFUNCPROTOBEGIN
extern
Window
enl_ipc_get_win
(
void
);
extern
Window
enl_ipc_get_win
(
void
);
extern
void
enl_ipc_send
(
char
*
);
extern
char
*
enl_wait_for_reply
(
void
);
extern
char
*
enl_ipc_get
(
const
char
*
);
...
...
@@ -53,5 +53,4 @@ extern int feh_wm_get_num_desks(void);
extern
signed
char
feh_wm_get_wm_is_e
(
void
);
void
feh_wm_set_bg_filelist
(
unsigned
char
bgmode
);
_XFUNCPROTOEND
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment