Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
51520a1a
Commit
51520a1a
authored
May 02, 2009
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_handle_net_wm_state): Move declaration of lval before
any statements.
parent
271736fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/xterm.c
src/xterm.c
+2
-1
No files found.
src/ChangeLog
View file @
51520a1a
2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
* xterm.c (x_handle_net_wm_state): Move declaration of lval before
any statements.
2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
* process.c (read_process_output): Make sure the current buffer is
...
...
src/xterm.c
View file @
51520a1a
...
...
@@ -8689,6 +8689,7 @@ x_handle_net_wm_state (f, event)
Display *dpy = FRAME_X_DISPLAY (f);
unsigned char *tmp_data = NULL;
Atom target_type = XA_ATOM;
Lisp_Object lval;
BLOCK_INPUT;
x_catch_errors (dpy);
...
...
@@ -8718,7 +8719,7 @@ x_handle_net_wm_state (f, event)
value |= FULLSCREEN_BOTH;
}
Lisp_Object
lval = Qnil;
lval = Qnil;
switch (value)
{
case FULLSCREEN_WIDTH:
...
...
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