About
Activity
News
Releases
Mailing List
Community
Development
Tasks
Wiki
LOGIN / SIGN UP
d063d..82a12 (2010-08-23 23:17)
(2010-08-27 13:03) 431ea..1cffb
Author:
Andreas
Date:
Fri Aug 27 13:00:50 +0200 2010
Subject:
Remove comma so that pekwm compiles with --enable-pedantic again.
src/Action.hh
(
+1 -1 lines
)
src/Action.hh
48
@@ -48,7 +48,7 @@
48
ACTION_ACCESS_MAXIMIZE_VERT = 1<<7,
49
ACTION_ACCESS_FULLSCREEN = 1<<8,
50
ACTION_ACCESS_CHANGE_DESKTOP = 1<<9,
51
ACTION_ACCESS_CLOSE = 1<<10,
52
ACTION_ACCESS_CLOSE = 1<<10
53
};
54
55
enum ActionType {
...