1
0
Fork 0
mutter-performance-source/src/core
Chris Wang 2d895ce875 XGetWindowAttributes can return an error value, and if it does its other
2008-04-29  Chris Wang  <chris.wang@sun.com>

        * src/core/window.c (meta_window_new): XGetWindowAttributes
          can return an error value, and if it does its other results
          are invalid! (#530485)


svn path=/trunk/; revision=3698
2008-04-29 13:33:39 +00:00
..
async-getprop.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
async-getprop.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
bell.c Correct comment. Correct comment. Much commenting; #ifdeffed-out debug 2008-01-17 03:49:24 +00:00
bell.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
boxes.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
compositor.c Propagate opacity to frame window. 2008-04-22 13:34:48 +00:00
compositor.h Add a screen argument. (process_property_notify): Damage the whole screen 2008-03-19 00:47:01 +00:00
constraints.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
constraints.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
core.c MetaDisplay becomes a singleton. The static variable which holds this 2008-03-25 03:39:13 +00:00
delete.c MetaDisplay becomes a singleton. The static variable which holds this 2008-03-25 03:39:13 +00:00
display.c fix regression where Metacity sometimes wouldn't quit when replaced 2008-03-27 12:32:50 +00:00
display.h MetaDisplay becomes a singleton. The static variable which holds this 2008-03-25 03:39:13 +00:00
edge-resistance.c do not leak list. 2007-12-21 19:56:07 +00:00
edge-resistance.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
effects.c a few comments 2008-04-22 12:15:05 +00:00
effects.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
errors.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
errors.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
eventqueue.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
eventqueue.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
frame.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
frame.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-private.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-props.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-props.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
iconcache.c fix a third warning about %d and long int 2007-12-19 21:38:15 +00:00
iconcache.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
keybindings.c allow moving workspace while moving window with modifier remove the 2008-03-11 03:37:54 +00:00
keybindings.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
main.c MetaDisplay becomes a singleton. The static variable which holds this 2008-03-25 03:39:13 +00:00
metacity-Xatomtype.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
place.c re-enable cascade code which was wrongly removed a year ago. Closes 2008-04-27 20:09:47 +00:00
place.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
prefs.c preferences which have a null target don't get updated! (#526016) 2008-04-03 17:36:32 +00:00
screen.c Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. 2008-01-28 14:52:34 +00:00
screen.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
session.c reorder declarations so we don't break C89 compilers. 2008-04-07 20:50:37 +00:00
session.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
stack.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
stack.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
testasyncgetprop.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
testboxes.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
util.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
window-props.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
window-props.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
window.c XGetWindowAttributes can return an error value, and if it does its other 2008-04-29 13:33:39 +00:00
window.h Add ability to vertically and horizontally maximise using the mouse, by 2008-03-03 01:58:54 +00:00
workspace.c allow moving workspace while moving window with modifier remove the 2008-03-11 03:37:54 +00:00
workspace.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
xprops.c Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. 2008-01-28 14:52:34 +00:00
xprops.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00