Commit Graph

32 Commits (b5029c25967188d1ae2c7f6f774ddf467078c71b)

Author SHA1 Message Date
Pavel Roskin c049c3dfd0 rail: remove unneeded call to XGetWindowAttributes()
It is already called above "if" with the same arguments.
8 years ago
Pavel Roskin 6664aac00f Use "void" for empty argument list in declarations
In C, an empty argument list in a declaration means that the function
can accept any arguments. Use "void" instead, it means "no arguments".

C++ treats void and empty list as "no arguments".
8 years ago
Pavel Roskin d1efb0d5ba Fix signed to unsigned comparisons reported by g++ 6.1.0 9 years ago
Pavel Roskin 5829323ad8 Use g_new or g_new0 when C++ compiler would complain about implicit cast 9 years ago
Pavel Roskin aaa89ad4e6 Use const unsigned for hex arrays
Some constants are too big for the signed type.
9 years ago
Pavel Roskin e65bd6b7d7 Fix more format warnings 9 years ago
Pavel Roskin 92a6833e9b Fix typos 9 years ago
Pavel Roskin 5b0dcfc8fe rail: fix declaration of rail_desktop_resize()
Arguments without a type default to int. The caller passes a pointer to
XEvent, so use that type.
9 years ago
Laxmikant Rashinkar 0c63a8feb3 coverity: Dereference after null check 11 years ago
Laxmikant Rashinkar 3bb31876e7 coverity: fixed resolution leak issues 11 years ago
Jay Sorg 944be3afa3 chansrv: some rail fixes from A8 11 years ago
Laxmikant Rashinkar b205654e78 bringup RAIL only when we receive a RAIL command 11 years ago
Jay Sorg c1b7cbd657 merges from authentic8 12 years ago
Jim Grandy a308d2e25c Fix errors cause by previous merge (2361914) 12 years ago
Jim Grandy b7b3d9ef28 Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce 12 years ago
Jim Grandy 81d206ba68 Hand-apply patch (rail: send ShowState when window order changes) from Authentic8: c36a2d7 12 years ago
Jim Grandy 142a93829b Hand-apply patches (chansrv/rail) from Authentic8: 516fd1d 6a4fb28 c038a99 12 years ago
Jim Grandy 9d4205ba7a Hand-apply patch (chansrv: handle ReparentNotify) from Authentic8: 68cdc07 12 years ago
Jim Grandy bd8083d7e2 Fix merge errors introduced in 3ae1b415 and 20ec9ee3 12 years ago
Jim Grandy a32669f3ef Hand-apply patches (rail) from Authentic8 branch: e94d059 c36dc61 12 years ago
Jim Grandy 173ed7056f Hand-apply patches (rail) from Authentic8: b01207f b9807e9 42f0128 0f0750c aef2dce 12 years ago
Jim Grandy af4e42a08d Hand-apply patches (rail) from Authentic8: bc68076 12 years ago
Jim Grandy 2036010e0c Hand-apply patches (rail improvements) from Authentic8 branch: 6d97878 12 years ago
Jim Grandy 53311f2b25 Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a 12 years ago
Jim Grandy dfe5911b55 Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f 12 years ago
Jay Sorg 29420b3134 chansrv: no logic change, work on warning 12 years ago
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
13 years ago
Jay Sorg 02751f91a3 rail: implement TS_RAIL_ORDER_EXEC 13 years ago
Jay Sorg 05bb56b676 chansrv: rail, open X later, release window manager on rail disconnect 13 years ago
Jay Sorg 00f1a5d85e more work on rail 13 years ago
Jay Sorg eafef9cd09 rail: work on splitting X11 calls out to xcommon 13 years ago
Jay Sorg 90bf3f8171 chansrv: started work on rail channel 13 years ago