Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220156 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +9 lines)
Line  Link Here
0
-- aewm++-1.1.5/windowmanager.cc
0
++ aewm++-1.1.5/windowmanager.cc
Lines 6-11 Link Here
6
 */
6
 */
7
#include "aewm.hh"
7
#include "aewm.hh"
8
8
9
#include <string.h>
10
9
WindowManager* wm;
11
WindowManager* wm;
10
12
11
#define AEWM_KEY_ALT_COUNT 4
13
#define AEWM_KEY_ALT_COUNT 4
12
-- aewm++-1.1.5.orig/main.cc
14
++ aewm++-1.1.5/main.cc
Lines 6-11 Link Here
6
 */
6
 */
7
 #include "aewm.hh"
7
 #include "aewm.hh"
8
8
9
#include <string.h>
10
9
// Dunno where I ripped this from. Kudos to the author whoever he is!
11
// Dunno where I ripped this from. Kudos to the author whoever he is!
10
void forkExec(char *cmd)
12
void forkExec(char *cmd)
11
{
13
{
12
-- aewm++-1.1.5.orig/client.cc
14
++ aewm++-1.1.5/client.cc
Lines 6-11 Link Here
6
 */
6
 */
7
#include "aewm.hh"
7
#include "aewm.hh"
8
8
9
#include <string.h>
10
9
Client::Client(Display *d, Window new_client)
11
Client::Client(Display *d, Window new_client)
10
{
12
{
11
	initialize(d);
13
	initialize(d);

Return to bug 220156