Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
d4fc5f7e
Commit
d4fc5f7e
authored
19 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
- Added client_{request,response}_name
- Fixed compiling with -pthread for threaded versions of perl (see comments)
parent
185df25f
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/perl/X11-XRemote-0.01/X11/XRemote/XRemote.xs
+22
-3
22 additions, 3 deletions
src/perl/X11-XRemote-0.01/X11/XRemote/XRemote.xs
with
22 additions
and
3 deletions
src/perl/X11-XRemote-0.01/X11/XRemote/XRemote.xs
+
22
−
3
View file @
d4fc5f7e
/* Last edited:
Apr 13 17:25
2005 (rds) */
/* Last edited:
Jun 9 14:09
2005 (rds) */
/* Hej, Emacs, this is -*- C -*- mode! */
/* This is before the perl code includes as, as Ed and I have found
pthreads.h and gtk.h have some weird interaction. I found this
when compiling on alpha for perl5.8.0 (alpha-dec_osf-
thread-multi-ld). The symptom was a complaint about (* leave) in
gtkbutton.h . This simple move has */
#include <ZMap/zmapXRemote.h> /* all the ZMap stuff we need */
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include <ZMap/zmapXRemote.h> /* all the ZMap stuff we need */
typedef zMapXRemoteObj X11__XRemote__Handle;
MODULE = X11::XRemote PACKAGE = X11::XRemote
...
...
@@ -33,6 +38,20 @@ version(...)
OUTPUT:
RETVAL
char *
client_request_name(...)
CODE:
RETVAL = ZMAP_CLIENT_REQUEST_ATOM_NAME;
OUTPUT:
RETVAL
char *
client_response_name(...)
CODE:
RETVAL = ZMAP_CLIENT_RESPONSE_ATOM_NAME;
OUTPUT:
RETVAL
MODULE = X11::XRemote PACKAGE = X11::XRemote::Handle
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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