1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-04-21 05:31:26 +02:00

Using NVCtrlLib library instead of nvidia-settings program. Refactoring and

code cleanup. Changed version to 0.4.0
This commit is contained in:
2012-05-30 11:21:27 +02:00
parent 4e92b6f5ca
commit ac503a1ee5
5 changed files with 32 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#define wmtempnv_mask_width 64
#define wmtempnv_mask_height 64
static unsigned char wmtempnv_mask_bits[] = {
static const char wmtempnv_mask_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,