+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
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);
value |= FULLSCREEN_BOTH;
}
- Lisp_Object lval = Qnil;
+ lval = Qnil;
switch (value)
{
case FULLSCREEN_WIDTH: